X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fnodes%2Fpath.cpp;h=4a2c0c90da88464f315f8b7cf6bc9cc3e387c00d;hb=d0294bb5b3d4187f97c28ee37c163de71d4c85e1;hp=d84325a78a4df6baf0aee00cde015961bd8bcea8;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;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; }