X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fbasis%2Futf_conversion.cpp;h=a703d0efa638c5d7e7eba2bae666a18eafe61584;hb=ef338226ccf699c8d8a149d9b74e9888175c7099;hp=807ecb6093a4c48849dedc8434e906ec6fd8e271;hpb=e2b2c974b9b441cfe65e9b3530807d13bd73fef0;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