Skip to content
Snippets Groups Projects
Commit f9d921f8 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Move list into .config on *nix

Per https://wiki.debian.org/XDGBaseDirectorySpecification, CONFIG
should be fairly small files that you would want to maintain in
a VCS... the list makes sense here.
parent 45793a57
No related branches found
No related tags found
No related merge requests found
Pipeline #6131 failed
...@@ -1254,7 +1254,7 @@ get_unix_filename(char *fn, int fnlen, int type, int shared) ...@@ -1254,7 +1254,7 @@ get_unix_filename(char *fn, int fnlen, int type, int shared)
return NULL; return NULL;
break; break;
case SYNCTERM_PATH_LIST: case SYNCTERM_PATH_LIST:
if (get_xdg_path(XDG_DATA_HOME, fn, fnlen) == NULL) if (get_xdg_path(XDG_CONFIG_HOME, fn, fnlen) == NULL)
return NULL; return NULL;
break; break;
case SYNCTERM_DEFAULT_TRANSFER_PATH: case SYNCTERM_DEFAULT_TRANSFER_PATH:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment