Increment the loop counter.
PR: bin/29218 Submitted by: Goran Lowkrantz <goran.lowkrantz@ismobile.com>
This commit is contained in:
parent
92678c2908
commit
33ad961d11
@ -49,6 +49,7 @@ wcsspn(s, set)
|
||||
while (*q) {
|
||||
if (*p == *q)
|
||||
break;
|
||||
q++;
|
||||
}
|
||||
if (!*q)
|
||||
goto done;
|
||||
|
Loading…
Reference in New Issue
Block a user