|
From: Melchior F. <mf...@fl...> - 2007-10-06 15:03:49
|
Update of /var/cvs/FlightGear-0.9/FlightGear/src/ATC
In directory baron:/tmp/cvs-serv32729
Modified Files:
Tag: PRE_OSG_PLIB_20061029
tower.cxx
Log Message:
very funny ... mes is a char*! :-}
Index: tower.cxx
===================================================================
RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/ATC/tower.cxx,v
retrieving revision 1.57.2.1
retrieving revision 1.57.2.2
diff -C 2 -r1.57.2.1 -r1.57.2.2
*** tower.cxx 31 Oct 2006 11:57:06 -0000 1.57.2.1
--- tower.cxx 6 Oct 2007 14:56:10 -0000 1.57.2.2
***************
*** 2439,2443 ****
//}
//}
! if ( mes != "" ) return mes;
else return "No transmission found";
}
--- 2439,2443 ----
//}
//}
! if ( mes[0] ) return mes;
else return "No transmission found";
}
|