Whoops - left out ++itr in a while(1) loop
This commit is contained in:
parent
4d146352d7
commit
f74d6ec90e
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@ bool FGCommList::FindByCode( string ICAO, ATCData& ad, atc_type tp ) {
|
|||
ad = *itr;
|
||||
return true;
|
||||
}
|
||||
++itr;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue