Chameleon

Chameleon Commit Details

Date:2011-06-26 02:26:30 (12 years 10 months ago)
Author:Azimutz
Commit:1085
Parents: 1084
Message:Runaway "min"; fixes build.
Changes:
M/branches/azimutz/trunkAutoResolution/i386/boot2/options.c

File differences

branches/azimutz/trunkAutoResolution/i386/boot2/options.c
10471047
10481048
10491049
1050
1050
10511051
10521052
10531053
if (gDeviceCount)
{
showMenu( menuItems, gDeviceCount, selectIndex, kMenuTopRow + 2, kMenuMaxItems );
nextRow += min( gDeviceCount, kMenuMaxItems ) + 3;
nextRow += MIN( gDeviceCount, kMenuMaxItems ) + 3;
}
// Show the boot prompt.

Archive Download the corresponding diff file

Revision: 1085