X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Ffilename_list.cpp;h=2ebe6d045cc0eedaa3d3312a5165760d9e010555;hb=81051c046fd76bf2c11641b4d3f64c85261d7d22;hp=28ec738668ddde5bf799c06d28ef284033b30ff7;hpb=cd2658c999d5ec34fc8681745037f03418eddfc2;p=feisty_meow.git diff --git a/nucleus/library/filesystem/filename_list.cpp b/nucleus/library/filesystem/filename_list.cpp index 28ec7386..2ebe6d04 100644 --- a/nucleus/library/filesystem/filename_list.cpp +++ b/nucleus/library/filesystem/filename_list.cpp @@ -102,7 +102,7 @@ const file_info *filename_list::find(const filename &to_check) const if (to_check.raw() == get(i)->raw()) return get(i); #endif } - return NIL; + return NULL_POINTER; } int filename_list::locate(const filename &to_find) const