Fixing missing output Profiles bug + disabling rt-cli (see #3691)

This commit is contained in:
Hombre
2017-03-19 03:31:33 +01:00
parent 50bdf91a23
commit 99f0d723b5
2 changed files with 9 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ void loadProfiles(
const Glib::ustring extension = rtengine::getFileExtension(fileName);
if (extension != ".icc" && extension != ".icm") {
if (extension != "icc" && extension != "icm") {
continue;
}
@@ -131,7 +131,7 @@ bool loadProfile(
const Glib::ustring extension = rtengine::getFileExtension(fileName);
if (extension != ".icc" && extension != ".icm") {
if (extension != "icc" && extension != "icm") {
continue;
}