pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/command.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/command.c
Date: Sun, 31 Jul 2005 01:39:50 -0400

Index: pspp/src/command.c
diff -u pspp/src/command.c:1.25 pspp/src/command.c:1.26
--- pspp/src/command.c:1.25     Mon May 16 07:33:16 2005
+++ pspp/src/command.c  Sun Jul 31 05:39:50 2005
@@ -305,7 +305,7 @@
 find_word (const char *string, size_t *word_len) 
 {
   /* Skip whitespace and asterisks. */
-  while (isspace (*string))
+  while (isspace ((unsigned char) *string))
     string++;
 
   /* End of string? */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]