X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fbasis%2Futf_conversion.h;fp=nucleus%2Flibrary%2Fbasis%2Futf_conversion.h;h=6b1185e09eced1e9c04406d441e2859284f9ab3e;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=dcb8b16bf5d01d549c4595a3424ce4b659564eed;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;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;