Added cast of argument to isspace.

svn path=/trunk/; revision=24090
This commit is contained in:
Stig Bjørlykke 2008-01-14 19:19:47 +00:00
parent a2d1e9005d
commit a6c7284e3b
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ recent_set_arg(char *prefarg)
* as we allow it in the preferences file, we might as well
* allow it here).
*/
while (isspace(*p))
while (isspace((guchar)*p))
p++;
if (*p == '\0') {
/*