diff options
Diffstat (limited to 'commands.c')
-rw-r--r-- | commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -300,7 +300,7 @@ chop_commands (cmds) int flags = 0; for (p = lines[idx]; - isblank (*p) || *p == '-' || *p == '@' || *p == '+'; + isblank ((unsigned char)*p) || *p == '-' || *p == '@' || *p == '+'; ++p) switch (*p) { |