SUPPORT-8592. minor fix
This commit is contained in:
parent
987d2c2710
commit
03dbccf874
1 changed files with 1 additions and 1 deletions
|
|
@ -94,6 +94,6 @@ hex_to_bin(const str_t* hex, /*out*/ str_t* bin)
|
|||
|
||||
error:
|
||||
str_t_clear(bin);
|
||||
LOG_ERROR("hex2bin exit with error");
|
||||
LOG_ERROR("hex_to_bin exit with error");
|
||||
return -1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue