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:
Gé van Geldorp 2004-11-04 13:44:18 +00:00
parent 1fe7b789a1
commit e838464040

View file

@ -191,7 +191,7 @@ U32 GetDefaultOperatingSystem(PUCHAR OperatingSystemList[], U32 OperatingSyste
S32 GetTimeOut(VOID)
{
UCHAR TimeOutText[20];
U32 TimeOut;
S32 TimeOut;
U32 SectionId;
TimeOut = CmdLineGetTimeOut();