mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 03:16:15 +08:00
TimeOut < 0 means not set yet, so we need a signed type to store that
svn path=/trunk/; revision=11536
This commit is contained in:
@@ -191,7 +191,7 @@ U32 GetDefaultOperatingSystem(PUCHAR OperatingSystemList[], U32 OperatingSyste
|
||||
S32 GetTimeOut(VOID)
|
||||
{
|
||||
UCHAR TimeOutText[20];
|
||||
U32 TimeOut;
|
||||
S32 TimeOut;
|
||||
U32 SectionId;
|
||||
|
||||
TimeOut = CmdLineGetTimeOut();
|
||||
|
||||
Reference in New Issue
Block a user