Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lingeringwillx authored Nov 10, 2023
1 parent 8175579 commit 5957a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbpf-recompress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ int main(int argc, char *argv[]) {
bool all_entries_compressed = true;
bool compression_can_improve = false;

for(auto entry: package.entries) {
for(auto& entry: package.entries) {
if(!entry.compressed) {
all_entries_compressed = false;
break;
Expand Down

0 comments on commit 5957a08

Please sign in to comment.