merge with dev

This commit is contained in:
Desmis
2019-07-23 06:40:40 +02:00
131 changed files with 452 additions and 976 deletions

View File

@@ -5800,7 +5800,7 @@ void ImProcFunctions::getAutoExp(const LUTu &histogram, int histcompr, double cl
double ImProcFunctions::getAutoDistor(const Glib::ustring &fname, int thumb_size)
{
if (fname != "") {
if (!fname.empty()) {
rtengine::RawMetaDataLocation ri;
int w_raw = -1, h_raw = thumb_size;
int w_thumb = -1, h_thumb = thumb_size;