X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=src%2Flist.c;h=094f64904d638f3cddb0ee8d11a48105fffdd299;hp=858aa7391b4f570dce2d80ea0bd788d4501b8846;hb=5c5f62e0dce825fc14541df2cb8209f7252d5e7c;hpb=49f3145092b00de0b21bd0b751b6caaa57db4fc4 diff --git a/src/list.c b/src/list.c index 858aa73..094f649 100644 --- a/src/list.c +++ b/src/list.c @@ -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) {