Clean-ups for #3616
This commit is contained in:
@@ -2377,7 +2377,7 @@ bool Options::has_retained_extention (Glib::ustring fname)
|
||||
bool Options::is_extention_enabled (Glib::ustring ext)
|
||||
{
|
||||
for (int j = 0; j < (int)parseExtensions.size(); j++)
|
||||
if (parseExtensions[j].casefold() == ext.casefold()) { // issue 3598 REVIEW OK - no change required
|
||||
if (parseExtensions[j].casefold() == ext.casefold()) {
|
||||
return j >= (int)parseExtensionsEnabled.size() || parseExtensionsEnabled[j];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user