Skip to content

Commit e3cf083

Browse files
committed
Merge branch 'sg/progress-fix'
Byte-order fix the recent update to progress display code. * sg/progress-fix: test-progress: fix test failures on big-endian systems
2 parents b895e8d + 2b6f6ea commit e3cf083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/helper/test-progress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void progress_test_force_update(void);
2929

3030
int cmd__progress(int argc, const char **argv)
3131
{
32-
uint64_t total = 0;
32+
int total = 0;
3333
const char *title;
3434
struct strbuf line = STRBUF_INIT;
3535
struct progress *progress;

0 commit comments

Comments
 (0)