Skip to content
  • Julien Michel's avatar
    BUG: Fix trailing whitespace trimming in otbApplicationLauncherCommandLine... · 0c3e6258
    Julien Michel authored
    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.
    0c3e6258