]> Dogcows Code - chaz/tar/blobdiff - src/list.c
tar: update ancient configure cruft
[chaz/tar] / src / list.c
index 858aa7391b4f570dce2d80ea0bd788d4501b8846..094f64904d638f3cddb0ee8d11a48105fffdd299 100644 (file)
@@ -723,7 +723,7 @@ from_header (char const *where0, size_t digs, char const *type,
                    type));
          return -1;
        }
-      if (!ISSPACE ((unsigned char) *where))
+      if (!isspace ((unsigned char) *where))
        break;
       where++;
     }
@@ -861,7 +861,7 @@ from_header (char const *where0, size_t digs, char const *type,
        value = -value;
     }
 
-  if (where != lim && *where && !ISSPACE ((unsigned char) *where))
+  if (where != lim && *where && !isspace ((unsigned char) *where))
     {
       if (type)
        {
This page took 0.020625 seconds and 4 git commands to generate.