pretend you didnt see this

This commit is contained in:
Denton 2018-07-05 12:47:36 -05:00 committed by GitHub
parent 4e96a41b4e
commit bb0b767ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ namespace omni
std::stringstream stream;
stream << std::setfill ('0') << std::setw(sizeof(char)*2)
<< std::hex << your_int;
<< std::hex << input;
std::string result(stream.str());
std::transform(str.begin(), str.end(), str.begin(), ::toupper);