From ff0a5bd9eac1fc2258f2d82fd656e2744ae58442 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 17 Dec 2001 17:41:02 +0000 Subject: [PATCH] Make the Irix compiler happy. --- src/ATC/atis.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ATC/atis.cxx b/src/ATC/atis.cxx index 6f20fd750..e4af76fdb 100644 --- a/src/ATC/atis.cxx +++ b/src/ATC/atis.cxx @@ -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; -- 2.39.5