deep mods
[feisty_meow.git] / nucleus / applications / bundler / unpacker_stub.cpp
index 858724764561723e4470c8906f5f927d150e502f..87c6a7664d0ad7d823c8a295f18aed9c246722e2 100644 (file)
@@ -446,7 +446,7 @@ int unpacker_stub::execute()
         }
       }
 
-      byte_filer *targo = NIL;
+      byte_filer *targo = NULL_POINTER;
       if (keyword_good) targo = new byte_filer(curr._payload, "wb");
       byte_array uncompressed(256 * KILOBYTE);  // fluff it out to begin with.
       byte_array temp(256 * KILOBYTE);