1
0
Fork 0

very funny ... mes is a char*! :-}

This commit is contained in:
mfranz 2007-10-06 14:56:08 +00:00
parent d0308be073
commit e599cbae3b

View file

@ -2431,7 +2431,7 @@ string FGTower::GenText(const string& m, int c) {
//break;
//}
//}
if ( mes != "" ) return mes;
if ( mes[0] ) return mes;
else return "No transmission found";
}