diff options
Diffstat (limited to 'parser')
| -rw-r--r-- | parser/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/parse.c b/parser/parse.c index 54720360..8c2d012e 100644 --- a/parser/parse.c +++ b/parser/parse.c @@ -412,7 +412,7 @@ void parse_paths_startup() xdg_config_dir_paths = slist_path_add(xdg_config_dir_paths, g_strdup(xdg_config_home_path), (GSListFunc) g_slist_prepend); - + path = g_getenv("XDG_DATA_DIRS"); if (path && path[0] != '\0') /* not unset or empty */ xdg_data_dir_paths = split_paths(path); |
