From: Eric Biggers Date: Sat, 24 Nov 2012 04:14:47 +0000 (-0600) Subject: imagex_progress_func(): Fix printf X-Git-Tag: v1.2.1~77 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=abfc6acdbf39b8d8bd869ae26650ac983139cfe0;hp=13949d5667fbdc6eaa0466615d1b32a145d06ecd imagex_progress_func(): Fix printf --- diff --git a/programs/imagex.c b/programs/imagex.c index f3b75e0b..f7d8b665 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -407,8 +407,7 @@ static int imagex_progress_func(enum wimlib_progress_msg msg, info->extract.target); break; case WIMLIB_PROGRESS_MSG_EXTRACT_IMAGE_END: - printf("Done applying WIM image.\n", - info->extract.image); + printf("Done applying WIM image.\n"); if (info->extract.extract_flags & WIMLIB_EXTRACT_FLAG_NTFS) { printf("Unmounting NTFS volume `%s'...\n", info->extract.target);