This commit is contained in:
Yorik van Havre
2013-07-22 15:41:10 -03:00
parent aa4f6c0a7b
commit 9c4040345a
+1 -1
View File
@@ -327,7 +327,7 @@ IfcCharacterEncoder::operator std::string() {
UChar32 ch; UChar32 ch;
const char* source = str.c_str(); const char* source = str.c_str();
const char* limit = &*str.end(); const char* limit = source + str.size();
bool in_extended = false; bool in_extended = false;