updated to clean up compiler issues with how functions were used from basis namespace;
[feisty_meow.git] / nucleus / library / nodes / packable_tree.cpp
index 2d8a992594727e329efb23fa6533a25bcedd63f0..168e3500429e80d68dd91b7a156c20b29d0c3e92 100644 (file)
@@ -157,7 +157,7 @@ packable_tree *packable_tree::recursive_unpack(byte_array &packed_form,
   // get the first command out of the package.
   if (!cmd.unpack(packed_form)) {
 //complain.
-    return false;
+    return NIL;
   }
 
   packable_tree *new_branch = NIL;