1
0
Fork 0

Make the Irix compiler happy.

This commit is contained in:
curt 2001-12-17 17:41:02 +00:00
parent a4ba46a270
commit ff0a5bd9ea

View file

@ -187,7 +187,7 @@ string FGATIS::get_transmission() {
}
string rwy_no = runways.search(ident, hdg);
if(rwy_no != "NN") {
if(rwy_no != (string)"NN") {
transmission += " Landing and departing runway ";
transmission += rwy_no;
//cout << "in atis.cxx, r.rwy_no = " << rwy_no << " r.id = " << r->id << " r.heading = " << r->heading << endl;