l4l: fix colors

Origin commit data
------------------
Commit: 79ea922445
Author: TangoCash <eric@loxat.de>
Date: 2018-12-24 (Mon, 24 Dec 2018)
This commit is contained in:
TangoCash
2018-12-24 23:43:45 +01:00
committed by vanhofen
parent d2f5934dd8
commit ca5e7c7b62
2 changed files with 13 additions and 16 deletions

View File

@@ -67,7 +67,7 @@ class CLCD4l
uint64_t GetParseID();
bool CompareParseID(uint64_t &i_ParseID);
std::string hexStr(unsigned char* data);
std::string hexStr(unsigned char data);
void strReplace(std::string &orig, const std::string &fstr, const std::string &rstr);
bool WriteFile(const char *file, std::string content = "", bool convert = false);