]> git.ipfire.org Git - thirdparty/bird.git/commit
Client: Fix isspace() calls
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 23 May 2017 16:39:20 +0000 (18:39 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 23 May 2017 16:39:20 +0000 (18:39 +0200)
commitc72b660b7423b0fb687794b722884cd6e5e6c562
treed9ae0e8198b7148f7a04bd779e90e286668d9b9a
parent78e4dac993ad018bee98e245f6e858e18cc5db8a
Client: Fix isspace() calls

Function isspace() expects to get *unsigned* chars (encoded as ints),
not that it matters for plain ASCII.
client/commands.c