mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 10:43:46 +00:00
p21 binary should be uppercase
This commit is contained in:
@@ -98,7 +98,7 @@ class StringBuilderVisitor : public boost::static_visitor<void> {
|
|||||||
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