Fix crash on config_init

This commit is contained in:
pancake 2016-10-26 14:37:56 +02:00
parent 5dab613f08
commit afad3c6380

View File

@ -1558,7 +1558,8 @@ static char *getViewerPath() {
"geeqie",
"gqview",
"eog",
"xdg-open"
"xdg-open",
NULL
};
for (i = 0; viewers[i]; i++) {
char *dotPath = r_file_path (viewers[i]);