mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00: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:
parent
1fe7b789a1
commit
e838464040
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ U32 GetDefaultOperatingSystem(PUCHAR OperatingSystemList[], U32 OperatingSyste
|
|||
S32 GetTimeOut(VOID)
|
||||
{
|
||||
UCHAR TimeOutText[20];
|
||||
U32 TimeOut;
|
||||
S32 TimeOut;
|
||||
U32 SectionId;
|
||||
|
||||
TimeOut = CmdLineGetTimeOut();
|
||||
|
|
Loading…
Reference in a new issue