diff options
Diffstat (limited to 'graphics/rawtherapee/files/patch-rtgui_options.cc')
-rw-r--r-- | graphics/rawtherapee/files/patch-rtgui_options.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/rawtherapee/files/patch-rtgui_options.cc b/graphics/rawtherapee/files/patch-rtgui_options.cc deleted file mode 100644 index e66daac1a594..000000000000 --- a/graphics/rawtherapee/files/patch-rtgui_options.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- rtgui/options.cc.orig 2024-08-24 18:33:56 UTC -+++ rtgui/options.cc -@@ -1273,7 +1273,7 @@ void Options::readFromFile(Glib::ustring fname) - std::map<std::string, int> checkedExtensions; - - if (parseExtensions.size() == parseExtensionsEnabled.size()) { -- for (auto i = 0; i < parseExtensions.size(); ++i) { -+ for (size_t i = 0; i < parseExtensions.size(); ++i) { - checkedExtensions[parseExtensions[i]] = parseExtensionsEnabled[i]; - } - } |