diff options
author | Thomas Preud'homme <robotux@celest.fr> | 2019-02-03 00:10:52 +0000 |
---|---|---|
committer | Thomas Preud'homme <robotux@celest.fr> | 2019-02-03 00:10:52 +0000 |
commit | 9b10c21f5cad0e2ec27d23c59e65af7141a226f3 (patch) | |
tree | bf81d75a9ed990bb76488c502767600fcf7550b7 /cpp11addition.h | |
parent | 594fcba67600704bee9115c86e18927b2237b304 (diff) |
New upstream version 1.6.1.3
Diffstat (limited to 'cpp11addition.h')
-rw-r--r-- | cpp11addition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp11addition.h b/cpp11addition.h index db78b22..022f175 100644 --- a/cpp11addition.h +++ b/cpp11addition.h @@ -57,7 +57,7 @@ std::string stringlisttostring(const std::vector<std::string> &stringlist); std::string binarytoHexa(const std::vector<char> &data,bool *ok=NULL); std::string binarytoHexa(const char * const data,const uint32_t &size,bool *ok=NULL); -std::string binarytoHexa(const unsigned char * const data,const uint32_t &size,bool *ok=NULL); +std::string binarytoHexa(const void * const data, const uint32_t &size, bool *ok=NULL); uint8_t hexToDecUnit(const std::string& data,bool *ok=NULL); std::vector<char> hexatoBinary(const std::string &data,bool *ok=NULL); void binaryAppend(std::vector<char> &data,const std::vector<char> &add); |