Fixed a bug writing IFC files using ICU

This commit is contained in:
Thomas Krijnen
2012-11-17 15:18:52 +00:00
parent 2353c25fb8
commit f1322996f0
+1 -1
View File
@@ -327,7 +327,7 @@ IfcCharacterEncoder::operator std::string() {
UChar32 ch;
const char* source = str.c_str();
const char* limit = &*str.end();
const char* limit = source + str.size();
bool in_extended = false;