Esme Povirk (@madewokherd) commented about dlls/sane.ds/ui.c:
if (rc != TWCC_SUCCESS) { ERR("Unable to read number of options\n");
return FALSE;
optcount = gOptCount;
- }
- else
gOptCount = optcount;
- if ( !is_exist_reg(path) )
- {
}save_options();
Aren't these just the defaults at this point? If so, why save them?