File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -908,7 +908,7 @@ void SetupNoRandPartC()
908
908
909
909
void SetDecompressStructureSizes ( int newSize100k )
910
910
{
911
- if ( ! ( 0 <= newSize100k && newSize100k <= 9 && 0 <= blockSize100k && blockSize100k <= 9 ) ) {
911
+ if ( ! ( 0 <= newSize100k && newSize100k <= 9 && 0 <= blockSize100k && blockSize100k <= 9 ) ) {
912
912
throw new BZip2Exception ( "Invalid block size" ) ;
913
913
}
914
914
Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ void InitBlock()
556
556
557
557
void EndBlock ( )
558
558
{
559
- if ( last < 0 ) { //-jr- dont do anything for empty files, (makes empty files compatible with original Bzip)
559
+ if ( last < 0 ) { // dont do anything for empty files, (makes empty files compatible with original Bzip)
560
560
return ;
561
561
}
562
562
You can’t perform that action at this time.
0 commit comments