From 4a5550c8225d762f684d4047e20cc45274b6a785 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 7 Jun 2000 05:43:37 +0000 Subject: * Lots of bug fixes and cleanup; new i18n files, etc. --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 75b3399..df4a447 100644 --- a/commands.c +++ b/commands.c @@ -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) { -- cgit v1.2.3