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


No differences found