This commit is contained in:
Yorik van Havre
2013-07-22 15:41:10 -03:00
parent aa4f6c0a7b
commit 9c4040345a
+2 -2
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;
@@ -364,4 +364,4 @@ IfcCharacterEncoder::operator std::string() {
#ifdef HAVE_ICU
UErrorCode IfcCharacterEncoder::status = U_ZERO_ERROR;
UConverter* IfcCharacterEncoder::converter = 0;
#endif
#endif