Browse Source

COMP: warning, isprint and isspace take int args.

Bill Lorensen 17 years ago
parent
commit
614b1ab358
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/kwsys/ProcessUNIX.c

+ 1 - 1
Source/kwsys/ProcessUNIX.c

@@ -2807,7 +2807,7 @@ static char** kwsysProcessParseVerbatimCommand(const char* command)
           }
         }
       }
-    else if(isspace(*c))
+    else if(isspace((int) *c))
       {
       if(in_argument)
         {