X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Fapplications%2Fbundler%2Funpacker_stub.cpp;h=87c6a7664d0ad7d823c8a295f18aed9c246722e2;hb=d7e8a05960951d8ce67e36c587726a851e2f5165;hp=858724764561723e4470c8906f5f927d150e502f;hpb=fa30e6adff1dea5d6b3903279ef024dd3bed043f;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);