]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/helper/test-progress.c
Merge branch 'en/merge-recursive-directory-rename-fixes'
[thirdparty/git.git] / t / helper / test-progress.c
index 4e9f7fafdfb0ecabcb7f8cd48f371be3cf088c6c..42b96cb103c6acee9ad2a9dfad8afbaa7ef854e9 100644 (file)
@@ -29,7 +29,7 @@ void progress_test_force_update(void);
 
 int cmd__progress(int argc, const char **argv)
 {
-       uint64_t total = 0;
+       int total = 0;
        const char *title;
        struct strbuf line = STRBUF_INIT;
        struct progress *progress;