ossimlabs / ossim

Core OSSIM (Open Source Software Image Map) package including C++ code for OSSIM library, command-line applications, tests, and build system
MIT License
295 stars 142 forks source link

Oscar #265

Closed oscarkramer closed 3 years ago

oscarkramer commented 3 years ago

Keywordlists with boolean values were being incorrectly parsed when a space character was read as part of the value line. Inserted a trim() call to remove whitespaces before comparing.