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
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