Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / library / processes / mailbox.cpp
index 52b89adf6aea43dbd8493d4413e905d8e199ad32..afc4919b29b10c2cb646fecf7f8389d518c675d2 100644 (file)
@@ -188,7 +188,7 @@ int mailbox::waiting(const unique_int &id) const
 
 bool mailbox::pick_up(const unique_int &id, letter * &package)
 {
-  package = NIL;
+  package = NULL_POINTER;
   auto_synchronizer l(*_transaction_lock);
   return _packages->get(id, package);
 }