mirror of
https://git.wuffs.org/MWCC
synced 2025-12-14 15:46:16 +00:00
more cleanup
This commit is contained in:
@@ -623,11 +623,11 @@ CWResult UCBGetNamedPreferences(CWPluginContext context, const char *prefsname,
|
||||
PrefPanel *pnl = Prefs_FindPanel(prefsname);
|
||||
if (pnl) {
|
||||
if (optsCmdLine.verbose > 2)
|
||||
CLReport(83, prefsname);
|
||||
CLReport(CLStr83, prefsname);
|
||||
UCBSecretAttachHandle(context, PrefPanel_GetHandle(pnl), prefsdata);
|
||||
return cwNoErr;
|
||||
} else {
|
||||
CLReportError(91, prefsname);
|
||||
CLReportError(CLStr91, prefsname);
|
||||
*prefsdata = NULL;
|
||||
return cwErrRequestFailed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user