From f74d6ec90e80c38215c9cce6905520a6e1984574 Mon Sep 17 00:00:00 2001 From: daveluff Date: Thu, 13 Mar 2003 11:44:40 +0000 Subject: [PATCH] Whoops - left out ++itr in a while(1) loop --- src/ATC/commlist.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ATC/commlist.cxx b/src/ATC/commlist.cxx index 36c5f88b5..ccf8884ca 100644 --- a/src/ATC/commlist.cxx +++ b/src/ATC/commlist.cxx @@ -270,6 +270,7 @@ bool FGCommList::FindByCode( string ICAO, ATCData& ad, atc_type tp ) { ad = *itr; return true; } + ++itr; } } } else {