Hide errors caused by old splash plugin for the time being
This commit is contained in:
parent
5ba4ad52e2
commit
1996a1e032
@ -319,8 +319,11 @@ char **rc_get_config (const char *file)
|
||||
char *entry;
|
||||
char *newline;
|
||||
|
||||
if (! file)
|
||||
return (NULL);
|
||||
|
||||
if (! (fp = fopen (file, "r"))) {
|
||||
ewarn ("load_config_file `%s': %s", file, strerror (errno));
|
||||
ewarn ("rc_get_config `%s': %s", file, strerror (errno));
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user