mirror of
https://github.com/reactos/wine.git
synced 2025-01-21 03:15:18 +00:00
regedit: Fix error message format (Coverity).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
88c77da35d
commit
0c79028e97
@ -241,7 +241,7 @@ BOOL ProcessCmdLine(LPSTR lpCmdLine)
|
||||
/* ignored */;
|
||||
break;
|
||||
default:
|
||||
fprintf(stderr, "regedit: Invalid switch [%ls]\n", argv[i]);
|
||||
fprintf(stderr, "regedit: Invalid switch [%s]\n", argv[i]);
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user