mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 14:23:18 +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)
|
S32 GetTimeOut(VOID)
|
||||||
{
|
{
|
||||||
UCHAR TimeOutText[20];
|
UCHAR TimeOutText[20];
|
||||||
U32 TimeOut;
|
S32 TimeOut;
|
||||||
U32 SectionId;
|
U32 SectionId;
|
||||||
|
|
||||||
TimeOut = CmdLineGetTimeOut();
|
TimeOut = CmdLineGetTimeOut();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue