X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Ffilename_list.h;fp=nucleus%2Flibrary%2Ffilesystem%2Ffilename_list.h;h=74d258b8189e8045e14e260e8c623cca915d842c;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=89c91c2d64ce2805a5ddd5ac4f0772415c305776;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/nucleus/library/filesystem/filename_list.h b/nucleus/library/filesystem/filename_list.h index 89c91c2d..74d258b8 100644 --- a/nucleus/library/filesystem/filename_list.h +++ b/nucleus/library/filesystem/filename_list.h @@ -60,7 +60,7 @@ public: const file_info *find(const filename &to_check) const; //!< locates the record of information for the filename "to_check". /*!< do not modify the returned object. it contains the current state - of the file in question. if the file wasn't in the list, then NIL is + of the file in question. if the file wasn't in the list, then NULL_POINTER is returned. */ int locate(const filename &to_find) const;