mark hex with 0x
This commit is contained in:
@@ -57,7 +57,7 @@ namespace cryptoki {
|
|||||||
|
|
||||||
inline std::string readable(const std::string& data) {
|
inline std::string readable(const std::string& data) {
|
||||||
if (data.find_first_not_of(VALID_CHARS)<data.size())
|
if (data.find_first_not_of(VALID_CHARS)<data.size())
|
||||||
return hex(data);
|
return "0x"+hex(data);
|
||||||
else
|
else
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user