Merge pull request #1 from yorikvanhavre/master

This commit is contained in:
Thomas Krijnen
2013-07-21 14:10:52 -07:00
parent 5471f345d8
commit aa4f6c0a7b
+2 -2
View File
@@ -327,7 +327,7 @@ IfcCharacterEncoder::operator std::string() {
UChar32 ch;
const char* source = str.c_str();
const char* limit = source + str.size();
const char* limit = &*str.end();
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