Increment the loop counter.

PR:		bin/29218
Submitted by:	Goran Lowkrantz <goran.lowkrantz@ismobile.com>
This commit is contained in:
des 2001-11-10 17:36:58 +00:00
parent f58db95528
commit bb36960b9a

View File

@ -49,6 +49,7 @@ wcsspn(s, set)
while (*q) {
if (*p == *q)
break;
q++;
}
if (!*q)
goto done;