1
0
Fork 0

Whoops - left out ++itr in a while(1) loop

This commit is contained in:
daveluff 2003-03-13 11:44:40 +00:00
parent 4d146352d7
commit f74d6ec90e

View file

@ -270,6 +270,7 @@ bool FGCommList::FindByCode( string ICAO, ATCData& ad, atc_type tp ) {
ad = *itr; ad = *itr;
return true; return true;
} }
++itr;
} }
} }
} else { } else {