X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=programs%2Fimagex.c;h=e524135870343292797ac5ea1a185a929c40ed06;hp=1ee31868161c22aa7cc58910b941b6cc48f9512b;hb=01c6f902b2a48a33af3f94e29791f85c68df91d0;hpb=ebe0206c700963ee0ace86cc55fca6570b03cac3 diff --git a/programs/imagex.c b/programs/imagex.c index 1ee31868..e5241358 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -1083,8 +1083,8 @@ imagex_progress_func(enum wimlib_progress_msg msg, unit_shift = get_unit(info->integrity.total_bytes, &unit_name); percent_done = TO_PERCENT(info->integrity.completed_bytes, info->integrity.total_bytes); - tprintf(T("\rVerifying integrity of \"%"TS"\": %"PRIu64" "TS" " - "of %"PRIu64" "TS" (%u%%) done"), + tprintf(T("\rVerifying integrity of \"%"TS"\": %"PRIu64" %"TS" " + "of %"PRIu64" %"TS" (%u%%) done"), info->integrity.filename, info->integrity.completed_bytes >> unit_shift, unit_name, @@ -3176,7 +3176,6 @@ out_release_privs: #ifdef __WIN32__ win32_release_capture_privileges(); #endif -out_free_cmds: free(cmds); out_free_cmd_file_contents: free(cmd_file_contents);