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
This commit is contained in:
@ -29,7 +29,7 @@ void progress_test_force_update(void);
|
|||||||
|
|
||||||
int cmd__progress(int argc, const char **argv)
|
int cmd__progress(int argc, const char **argv)
|
||||||
{
|
{
|
||||||
uint64_t total = 0;
|
int total = 0;
|
||||||
const char *title;
|
const char *title;
|
||||||
struct strbuf line = STRBUF_INIT;
|
struct strbuf line = STRBUF_INIT;
|
||||||
struct progress *progress;
|
struct progress *progress;
|
||||||
|
Reference in New Issue
Block a user