-
- Downloads
BUG: Fix trailing whitespace trimming in otbApplicationLauncherCommandLine...
BUG: Fix trailing whitespace trimming in otbApplicationLauncherCommandLine (kindly provided by Laurentiu Nicola) std::string::find_last_not_of() returns a position, while std::string::substr takes an offset and a length. Fix the length computation and also add a comment regarding whether cleanStart must be checked.
Loading
Please register or sign in to comment