Correction from Nelson Beebe: argument to functions such as isspace()
authorMartin Pool <mbp@samba.org>
Tue, 9 Apr 2002 06:32:07 +0000 (06:32 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 9 Apr 2002 06:32:07 +0000 (06:32 +0000)
commit3e8369b6dc77c2b14e9d744b4ed9cb6109bbe3c0
treefddc09e4bf688d2730d3d48f7aef8883d5feee2f
parenta7dc44d27d019f57d9ce484feb8d1a363464102b
Correction from Nelson Beebe: argument to functions such as isspace()
must be an int, not a char.  This could cause sign-extension problems.
loadparm.c