Increment the loop counter.

PR:		bin/29218
Submitted by:	Goran Lowkrantz <goran.lowkrantz@ismobile.com>
This commit is contained in:
Dag-Erling Smørgrav 2001-11-10 17:36:58 +00:00
parent 92678c2908
commit 33ad961d11
1 changed files with 1 additions and 0 deletions

View File

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