--warnings
This commit is contained in:
parent
049078ea55
commit
e8c2b8c9f4
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ bool FGGeneric::parse_message() {
|
|||
double val;
|
||||
int i = -1;
|
||||
|
||||
while ((++i < _in_message.size()) &&
|
||||
while ((++i < (int)_in_message.size()) &&
|
||||
p1 && strcmp(p1, line_separator.c_str())) {
|
||||
|
||||
p2 = strstr(p1, var_separator.c_str());
|
||||
|
|
Loading…
Reference in a new issue