X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Fdirectory_tree.h;h=bd55d2dfa9340e3161401bf8fe206ea58d1aa318;hb=1d102044947855f1ebec0025500b2d519905b87c;hp=6ad56a0e38d765177ddc9b8d0500e29bda99ba1a;hpb=c93ddbe5db0e3295f90f12685f96d86a060f4cd0;p=feisty_meow.git diff --git a/nucleus/library/filesystem/directory_tree.h b/nucleus/library/filesystem/directory_tree.h index 6ad56a0e..bd55d2df 100644 --- a/nucleus/library/filesystem/directory_tree.h +++ b/nucleus/library/filesystem/directory_tree.h @@ -174,7 +174,7 @@ public: static filename_list *access(dir_tree_iterator &scanning); //!< more dangerous operation that lets the actual list be manipulated. - /*!< NIL is returned if there was a problem accessing the tree + /*!< NULL_POINTER is returned if there was a problem accessing the tree at the iterator position. */ static bool depth(dir_tree_iterator &scanning, int &depth); @@ -201,7 +201,7 @@ private: static filename_tree *goto_current(dir_tree_iterator &scanning); //!< goes to the current node for "scanning" and returns the tree there. - /*!< if there are no nodes left, NIL is returned. */ + /*!< if there are no nodes left, NULL_POINTER is returned. */ void traverse(const basis::astring &path, const char *pattern, filename_tree &add_to);