Commit abc5fefa authored by Alexandre Julliard's avatar Alexandre Julliard

cmd.exe: Silence a FIXME.

parent 11a66461
......@@ -1469,7 +1469,7 @@ void WCMD_setshow_default (WCHAR *command) {
strcpyW(env, equalW);
memcpy(env+1, string, 2 * sizeof(WCHAR));
env[3] = 0x00;
WINE_FIXME("Setting '%s' to '%s'\n", wine_dbgstr_w(env), wine_dbgstr_w(string));
WINE_TRACE("Setting '%s' to '%s'\n", wine_dbgstr_w(env), wine_dbgstr_w(string));
SetEnvironmentVariable(env, string);
}
......
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