X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fprocesses%2Fthread_cabinet.cpp;h=875f9d8cbd407d7648515ecd381ff1b2730983a7;hb=c43b7a2003e8aa28c8da6428239f34e7f404315c;hp=19bc679f703c55f755132e86786e8f18d3488852;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;p=feisty_meow.git diff --git a/nucleus/library/processes/thread_cabinet.cpp b/nucleus/library/processes/thread_cabinet.cpp index 19bc679f..875f9d8c 100644 --- a/nucleus/library/processes/thread_cabinet.cpp +++ b/nucleus/library/processes/thread_cabinet.cpp @@ -224,7 +224,7 @@ ethread *thread_cabinet::get_thread(int index) LOCKIT; thread_record *rec = _threads->borrow(index); if (rec) return rec->_thread; - return NIL; + return NULL_POINTER; } } //namespace.