Commit df80b569 authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed bug with % signs in help output (reported by Henning Gerhardt).

parent e7c40e29
......@@ -342,7 +342,7 @@ char buffer[2048];
if (CompareString (LOCALE_USER_DEFAULT, NORM_IGNORECASE | SORT_STRINGSORT,
param1, -1, inbuilt[i], -1) == 2) {
LoadString (hinst, i, buffer, sizeof(buffer));
WCMD_output (buffer);
WCMD_output_asis (buffer);
return;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment