very funny ... mes is a char*! :-}
This commit is contained in:
parent
d0308be073
commit
e599cbae3b
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue