pretend you didnt see this
This commit is contained in:
parent
4e96a41b4e
commit
bb0b767ba4
@ -58,7 +58,7 @@ namespace omni
|
|||||||
|
|
||||||
std::stringstream stream;
|
std::stringstream stream;
|
||||||
stream << std::setfill ('0') << std::setw(sizeof(char)*2)
|
stream << std::setfill ('0') << std::setw(sizeof(char)*2)
|
||||||
<< std::hex << your_int;
|
<< std::hex << input;
|
||||||
std::string result(stream.str());
|
std::string result(stream.str());
|
||||||
std::transform(str.begin(), str.end(), str.begin(), ::toupper);
|
std::transform(str.begin(), str.end(), str.begin(), ::toupper);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user