X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fbasis%2Futf_conversion.cpp;fp=nucleus%2Flibrary%2Fbasis%2Futf_conversion.cpp;h=a703d0efa638c5d7e7eba2bae666a18eafe61584;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=807ecb6093a4c48849dedc8434e906ec6fd8e271;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/nucleus/library/basis/utf_conversion.cpp b/nucleus/library/basis/utf_conversion.cpp index 807ecb60..a703d0ef 100644 --- a/nucleus/library/basis/utf_conversion.cpp +++ b/nucleus/library/basis/utf_conversion.cpp @@ -702,7 +702,7 @@ namespace basis { transcode_to_utf16::~transcode_to_utf16() { delete[] _converted; - _converted = NIL; + _converted = NULL_POINTER; } int transcode_to_utf16::length() const @@ -755,7 +755,7 @@ namespace basis { transcode_to_utf8::~transcode_to_utf8() { delete[] _converted; - _converted = NIL; + _converted = NULL_POINTER; } int transcode_to_utf8::length() const