commit | fe2cc41151c501eee262b326e3d4842e493b0a45 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 01 18:04:40 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 01 18:05:48 2020 +0200 |
tree | 9e25c25a16c2e91ce993b5b6162057b9c973b677 | |
parent | fa41cb6792ddcf39b800217337d7910d586ef922 [diff] |
BUILD: tools: fix minor build issue on isspace() Previous commit fa41cb679 ("MINOR: tools: support for word expansion of environment in parse_line") introduced two new isspace() on a char and broke the build on systems using an array disguised in a macro instead of a function (like cygwin). Just use the usual cast.