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