two more lines

This commit is contained in:
2025-03-25 23:48:47 +03:00
parent 950e55f970
commit 75380564ba

View File

@@ -139,6 +139,9 @@ int main(int argc, char *argv[])
printf("Compressing ... "); printf("Compressing ... ");
outfile = outfile2;
memcpy(outfile2, outfile1, 8);
// TODO call pack_lzma
// TODO ... // TODO ...
return 0; return 0;