Browse Source

COMP: warning, isprint and isspace take int args.

Bill Lorensen 17 năm trước cách đây
mục cha
commit
614b1ab358
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
         {