update milsko
This commit is contained in:
parent
974a9a0a0c
commit
b1cfeda644
2 changed files with 2 additions and 2 deletions
|
|
@ -285,7 +285,7 @@ int main(int argc, char** argv) {
|
||||||
recursive(root);
|
recursive(root);
|
||||||
recursive_write(root);
|
recursive_write(root);
|
||||||
|
|
||||||
printf("total %u files added, compressed %u -> %u bytes\n", total, totalact, totalcmp);
|
printf("Total %u files added, compressed %u -> %u bytes\n", total, totalact, totalcmp);
|
||||||
|
|
||||||
fclose(out);
|
fclose(out);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7e32866c0a91a7896cb741a060456aa50be1f70a
|
Subproject commit a0d1bada8ff03aacca93dfc393e7838c703a60b6
|
||||||
Loading…
Add table
Add a link
Reference in a new issue