diff --git a/kpack_c.c b/kpack_c.c index 6ec16bd..b85105e 100644 --- a/kpack_c.c +++ b/kpack_c.c @@ -139,6 +139,9 @@ int main(int argc, char *argv[]) printf("Compressing ... "); + outfile = outfile2; + memcpy(outfile2, outfile1, 8); + // TODO call pack_lzma // TODO ... return 0;