Skip to content

Commit

Permalink
rapidgzip::BitReader::EndOfFileReached to BitReader64::EndOfFileReached
Browse files Browse the repository at this point in the history
  • Loading branch information
cal-pratt committed Jan 27, 2025
1 parent c4803df commit e4d693f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/rapidgzip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ main( int argc, char** argv )
{
return rapidgzipCLI( argc, argv );
}
catch ( const rapidgzip::BitReader::EndOfFileReached& exception )
catch ( const BitReader64::EndOfFileReached& exception )
{
std::cerr << "Unexpected end of file. Truncated or invalid gzip?\n";
return 1;
Expand Down

0 comments on commit e4d693f

Please sign in to comment.