X-Git-Url: https://git.llucax.com/z.facultad/75.06/jacu.git/blobdiff_plain/fda048987789cf1bcf067115a593042af5ade502..22942d33dcdd7cc185b9ad198fc1c35159f154ea:/src/statichuff/main_bychunk.c diff --git a/src/statichuff/main_bychunk.c b/src/statichuff/main_bychunk.c index 43426e8..12f8028 100644 --- a/src/statichuff/main_bychunk.c +++ b/src/statichuff/main_bychunk.c @@ -72,7 +72,7 @@ int main(int argc, char* argv[]) if (dflag == 1) { /* Init decoder */ shuff = shuff_init_decoder(argv[optind],NULL); - fp = fopen("chunkdump.txt","w"); + fp = fopen(argv[optind+1],"w"); /* Gimme chunks till last one */ while (shuff_decode_chunk(shuff,chunk,4,&decoded))