mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
mapi32: Get rid of unneeded CharNextA call.
This commit is contained in:
parent
b5953831c3
commit
24eee19bfd
@ -656,7 +656,7 @@ UINT WINAPI UFromSz(LPCSTR lpszStr)
|
||||
while (*lpszStr >= '0' && *lpszStr <= '9')
|
||||
{
|
||||
ulRet = ulRet * 10 + (*lpszStr - '0');
|
||||
lpszStr = CharNextA(lpszStr);
|
||||
lpszStr++;
|
||||
}
|
||||
}
|
||||
return ulRet;
|
||||
|
Loading…
Reference in New Issue
Block a user