eric pouech (@epo) commented about programs/cmd/builtins.c:
WCMD_output(L"Invalid parameter - %1\r\n", arg);
errorlevel = -1;
}
- }
- if (changed)
- {
if (!SetConsoleScreenBufferSize(console, inf.dwSize))
{
WCMD_output_asis(L"The screen cannot be set to the number of lines and columns specified.\r\n");
errorlevel = -1;
}
- }
- else if (errorlevel == 0)
- {
wsprintfW(buf,
this should be moved as a string into the .rc file for localisation