Like r2575, but less silly-looking.

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2576 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Jens Ayton 2009-09-22 13:01:07 +00:00
parent d3da30329f
commit 14006e4076

View File

@ -1259,7 +1259,7 @@ OOINLINE BOOL RowInRange(OOGUIRow row, NSRange range)
// reset foundSystem, the array might be 0
//foundSystem = 0;
for (i = 0, first, last; i <= kOOMaximumSystemID; i++)
for (i = 0; i <= kOOMaximumSystemID; i++)
{
if (systems_found[i])
{