X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fconfiguration%2Fconfiguration_list.h;h=fbf2b7fa763c6545f1396c74f86802662ad11597;hb=e7ace7a4aacb5178f5c33fd49f2479622d929679;hp=0aea0ca70ae2fbc3b703181f8a48b4515e9395b4;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/library/configuration/configuration_list.h b/nucleus/library/configuration/configuration_list.h index 0aea0ca7..fbf2b7fa 100644 --- a/nucleus/library/configuration/configuration_list.h +++ b/nucleus/library/configuration/configuration_list.h @@ -46,9 +46,9 @@ public: const configlet *find(const configlet &to_find) const; //!< locates the actual configlet with the section and entry of "to_find". /*!< note that this might fail if no matching section and entry are found, - thus returning NIL. the returned object is still kept in the list, so + thus returning NULL_POINTER. the returned object is still kept in the list, so do not try to destroy it. also note that the object passed in must be - the same type as the object to be found; otherwise, NIL will be + the same type as the object to be found; otherwise, NULL_POINTER will be returned. */ bool zap(const configlet &dead_item);