Skip to content

Commit

Permalink
Warning cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DerrickWood committed Feb 11, 2015
1 parent d5cd015 commit d8c879e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db_shrink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ int main(int argc, char **argv) {
pair_size = key_len + val_len;

if (Output_count > key_count) {
errx(EX_DATAERR, "Requested new key count %lu larger than old key count %lu, aborting...",
errx(EX_DATAERR, "Requested new key count %llu larger than old key count %llu, aborting...",
Output_count, key_count);
}

Expand Down

0 comments on commit d8c879e

Please sign in to comment.