mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
p21 binary should be uppercase
This commit is contained in:
@@ -97,7 +97,7 @@ private:
|
|||||||
std::ostringstream oss;
|
std::ostringstream oss;
|
||||||
oss.imbue(std::locale::classic());
|
oss.imbue(std::locale::classic());
|
||||||
oss.put('"');
|
oss.put('"');
|
||||||
oss << std::hex << std::setw(1);
|
oss << std::uppercase << std::hex << std::setw(1);
|
||||||
unsigned c = (unsigned)b.size();
|
unsigned c = (unsigned)b.size();
|
||||||
unsigned n = (4 - (c % 4)) & 3;
|
unsigned n = (4 - (c % 4)) & 3;
|
||||||
oss << n;
|
oss << n;
|
||||||
|
|||||||
Reference in New Issue
Block a user