Commit dc676d77 authored by captainwong's avatar captainwong

update

parent 2a185760
......@@ -227,7 +227,6 @@ static const char* HexCharArrayToStr(char* dst, const char* hex, size_t len, uns
//AUTO_LOG_FUNCTION;
//jlib::dump_hex(hex, len, spdlog::level::debug);
memset(dst, 0, len * 2);
JLOG_DBUG("memset ok");
char tmp[8] = { 0 };
unsigned char high = 0, low = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment