X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Fapplications%2Fbundler%2Funpacker_stub.cpp;h=87c6a7664d0ad7d823c8a295f18aed9c246722e2;hb=3f864e27a81cb09ae37e0331604a350c9d48c080;hp=858724764561723e4470c8906f5f927d150e502f;hpb=6356fdf6b5a4d7707975b6b2baa3cd075bec33dc;p=feisty_meow.git diff --git a/nucleus/applications/bundler/unpacker_stub.cpp b/nucleus/applications/bundler/unpacker_stub.cpp index 85872476..87c6a766 100644 --- a/nucleus/applications/bundler/unpacker_stub.cpp +++ b/nucleus/applications/bundler/unpacker_stub.cpp @@ -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);