X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fnodes%2Fpath.cpp;h=4a2c0c90da88464f315f8b7cf6bc9cc3e387c00d;hb=d7e8a05960951d8ce67e36c587726a851e2f5165;hp=d84325a78a4df6baf0aee00cde015961bd8bcea8;hpb=fa30e6adff1dea5d6b3903279ef024dd3bed043f;p=feisty_meow.git diff --git a/nucleus/library/nodes/path.cpp b/nucleus/library/nodes/path.cpp index d84325a7..4a2c0c90 100644 --- a/nucleus/library/nodes/path.cpp +++ b/nucleus/library/nodes/path.cpp @@ -71,7 +71,7 @@ node *path::pop() { node *to_return; if (_stack->acquire_pop(to_return) != common::OKAY) - return NIL; + return NULL_POINTER; return to_return; }