We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6baf3da commit 2db6e01Copy full SHA for 2db6e01
1 file changed
src/ifcparse/IfcWrite.cpp
@@ -98,7 +98,7 @@ class StringBuilderVisitor : public boost::static_visitor<void> {
98
std::ostringstream oss;
99
oss.imbue(std::locale::classic());
100
oss.put('"');
101
- oss << std::hex << std::setw(1);
+ oss << std::uppercase << std::hex << std::setw(1);
102
unsigned c = (unsigned)b.size();
103
unsigned n = (4 - (c % 4)) & 3;
104
oss << n;
0 commit comments