Skip to content

Commit

Permalink
move the erase line
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpankmach committed Nov 13, 2024
1 parent 9d41d2b commit 7e94c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input_output/FGXMLParse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ void FGXMLParse::dumpDataLines(void) {
trim(working_string);
current_element->AddData(working_string);
}
working_string.erase();
}
working_string.erase();
}

//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down

0 comments on commit 7e94c00

Please sign in to comment.