Loading isis/src/voyager/apps/voy2isis/voy2isis.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -499,7 +499,7 @@ QByteArray fixLabels(QString fileName, History *hist){ // Check if image id is valid int imageIdIndex = labels.indexOf(QByteArray("IMAGE_ID")); int i = imageIdIndex; char c = ''; char c = 0; bool replaceImageId = false; while (c != '\n' && i != -1) { c = labels[i]; Loading Loading
isis/src/voyager/apps/voy2isis/voy2isis.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -499,7 +499,7 @@ QByteArray fixLabels(QString fileName, History *hist){ // Check if image id is valid int imageIdIndex = labels.indexOf(QByteArray("IMAGE_ID")); int i = imageIdIndex; char c = ''; char c = 0; bool replaceImageId = false; while (c != '\n' && i != -1) { c = labels[i]; Loading