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