X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Fapplications%2Fbundler%2Funpacker_stub.cpp;h=a9de74afd3185068065b60c43aeae259fe212771;hb=2c17bf0495b27b67b0ba655b18fbb2f723071698;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..a9de74af 100644 --- a/nucleus/applications/bundler/unpacker_stub.cpp +++ b/nucleus/applications/bundler/unpacker_stub.cpp @@ -40,15 +40,17 @@ #include #include #include -#ifdef __UNIX__ +//#ifdef __UNIX__ #include -#endif +//#endif +/* #ifdef _MSC_VER #include #include #include #include #endif +*/ using namespace application; using namespace basis; @@ -446,7 +448,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);