2 Sep
2025
2 Sep
'25
10:03 p.m.
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? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8858#note_114586