suppressed core dump at exit on unexisting config

This commit is contained in:
dockes 2009-11-26 13:52:29 +00:00
parent 217b7018d6
commit 203e8a9f9d

View File

@ -176,6 +176,10 @@ void rwSettings(bool writing)
SETTING_RW(prefs.fileTypesByCats, "/Recoll/prefs/query/asearchFilTypByCat",
Bool, false);
if (g_dynconf == 0) {
// Happens
return;
}
// The extra databases settings. These are stored as a list of
// xapian directory names, encoded in base64 to avoid any
// binary/charset conversion issues. There are 2 lists for all