mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 03:11:28 +00:00
Fix crash on config_init
This commit is contained in:
parent
5dab613f08
commit
afad3c6380
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user