Commit 30afc0b5 authored by unknown's avatar unknown

after merge fix

parent 742606ba
......@@ -2406,7 +2406,7 @@ com_shell(String *buffer, char *line __attribute__((unused)))
char *shell_cmd;
/* Skip space from line begin */
while (isspace(*line))
while (my_isspace(charset_info, *line))
line++;
if (!(shell_cmd = strchr(line, ' ')))
{
......
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