Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 620466
Collapse All | Expand All

(-)bzip2-1.0.6/bzip2recover.c (+1 lines)
Lines 457-462 Int32 main ( Int32 argc, Char** argv ) Link Here
457
            bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 );
457
            bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 );
458
            bsPutUInt32 ( bsWr, blockCRC );
458
            bsPutUInt32 ( bsWr, blockCRC );
459
            bsClose ( bsWr );
459
            bsClose ( bsWr );
460
            outFile = NULL;
460
         }
461
         }
461
         if (wrBlock >= rbCtr) break;
462
         if (wrBlock >= rbCtr) break;
462
         wrBlock++;
463
         wrBlock++;

Return to bug 620466