Loading .gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ object_script.*.Debug *_plugin_import.cpp *.moc ui_*.h *.html # ignore all files created by squish coco *csmes Loading isis/src/base/objs/PvlTranslationTable/PvlTranslationTable.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,7 @@ namespace Isis { const PvlKeyword &key = *it; // compare the value from the input file to the second value of each Translation in the trans file. // ignore cases for input values if((QString) key[1] == tmpFValue) { if(QString::compare((QString) key[1], tmpFValue, Qt::CaseInsensitive) == 0) { return key[0]; } else if((QString) key[1] == "*") { Loading Loading
.gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ object_script.*.Debug *_plugin_import.cpp *.moc ui_*.h *.html # ignore all files created by squish coco *csmes Loading
isis/src/base/objs/PvlTranslationTable/PvlTranslationTable.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,7 @@ namespace Isis { const PvlKeyword &key = *it; // compare the value from the input file to the second value of each Translation in the trans file. // ignore cases for input values if((QString) key[1] == tmpFValue) { if(QString::compare((QString) key[1], tmpFValue, Qt::CaseInsensitive) == 0) { return key[0]; } else if((QString) key[1] == "*") { Loading