X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=finddup.git;a=blobdiff_plain;f=finddup.c;h=7dc2aba952202d5dcda22b4dde760404d48b1cbd;hp=bd773613b36715abdec93cc11e786b1a47d9bbd4;hb=a00231e4ace972a4165e6774004d896b971b97c4;hpb=03d94f9323e6bcf0206106036dcda7ed9eac5b0c diff --git a/finddup.c b/finddup.c index bd77361..7dc2aba 100644 --- a/finddup.c +++ b/finddup.c @@ -457,7 +457,7 @@ void print_progress(struct progress_state *state) { } /* We need four % because of the fprintf that follows */ - sprintf(s, " [%3d%%%%]\r", + sprintf(s, " [%3d%%]\r", (100 * state->value) / normalizer); fprintf(stderr, "%s", buffer);