]> granicus.if.org Git - curl/commit
Replaced the use of isspace() with our own version instead since we have most
authorDaniel Stenberg <daniel@haxx.se>
Sun, 3 Oct 2004 21:02:01 +0000 (21:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 3 Oct 2004 21:02:01 +0000 (21:02 +0000)
commitbe7ce435c036f893f6ce04c91d1cbec006a810e5
tree8d7a41717e718d3ecda794958d29cfbfd5916b49
parentf4252f86729f328235379231f36d75e0c80e8d80
Replaced the use of isspace() with our own version instead since we have most
data as 'char *' and that makes us pass in negative values if there is 8bit
data in the string. Changing to unsigned causes too much warnings or too many
required typecasts to the normal string functions.
lib/cookie.c