mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
silence MSVC warning
svn path=/trunk/; revision=20386
This commit is contained in:
@@ -182,7 +182,7 @@ static ULONG GetULONG(LPSTR String)
|
||||
ULONG Value;
|
||||
|
||||
i = 0;
|
||||
Length = strlen(String);
|
||||
Length = (UINT)_tcslen(String);
|
||||
while ((i < Length) && ((String[i] < '0') || (String[i] > '9'))) i++;
|
||||
if ((i >= Length) || ((String[i] < '0') || (String[i] > '9'))) {
|
||||
InvalidOption = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user