Commit | Line | Data |
---|---|---|
2f8423e0 VM |
1 | --- a/bzip2recover.c |
2 | +++ b/bzip2recover.c | |
3 | @@ -457,6 +457,7 @@ Int32 main ( Int32 argc, Char** argv ) | |
4 | bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 ); | |
5 | bsPutUInt32 ( bsWr, blockCRC ); | |
6 | bsClose ( bsWr ); | |
7 | + outFile = NULL; | |
8 | } | |
9 | if (wrBlock >= rbCtr) break; | |
10 | wrBlock++; |