Commit be7ce435 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent f4252f86
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment