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