suppressed core dump at exit on unexisting config
This commit is contained in:
parent
217b7018d6
commit
203e8a9f9d
@ -176,6 +176,10 @@ void rwSettings(bool writing)
|
|||||||
SETTING_RW(prefs.fileTypesByCats, "/Recoll/prefs/query/asearchFilTypByCat",
|
SETTING_RW(prefs.fileTypesByCats, "/Recoll/prefs/query/asearchFilTypByCat",
|
||||||
Bool, false);
|
Bool, false);
|
||||||
|
|
||||||
|
if (g_dynconf == 0) {
|
||||||
|
// Happens
|
||||||
|
return;
|
||||||
|
}
|
||||||
// The extra databases settings. These are stored as a list of
|
// The extra databases settings. These are stored as a list of
|
||||||
// xapian directory names, encoded in base64 to avoid any
|
// xapian directory names, encoded in base64 to avoid any
|
||||||
// binary/charset conversion issues. There are 2 lists for all
|
// binary/charset conversion issues. There are 2 lists for all
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user