X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fbasis%2Futf_conversion.h;h=6b1185e09eced1e9c04406d441e2859284f9ab3e;hb=d60e7a2467ab8be80a06ba670ccba1819ca7c0e4;hp=dcb8b16bf5d01d549c4595a3424ce4b659564eed;hpb=51b587223136de70cd5a9f1cfbf2bf80b4e70ba0;p=feisty_meow.git diff --git a/nucleus/library/basis/utf_conversion.h b/nucleus/library/basis/utf_conversion.h index dcb8b16b..6b1185e0 100644 --- a/nucleus/library/basis/utf_conversion.h +++ b/nucleus/library/basis/utf_conversion.h @@ -309,7 +309,7 @@ public: null_transcoder(const astring &utf8_input, bool make_own_copy); ~null_transcoder() { if (_make_own_copy) delete [] _converted; - _converted = NIL; + _converted = NULL_POINTER; } int length() const;