diff options
Diffstat (limited to 'volk/lib/volk_prefs.c')
-rw-r--r-- | volk/lib/volk_prefs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/lib/volk_prefs.c b/volk/lib/volk_prefs.c index bd15c130e..ebfe3bc40 100644 --- a/volk/lib/volk_prefs.c +++ b/volk/lib/volk_prefs.c @@ -8,7 +8,7 @@ //#endif void get_config_path(char *path) { - const char *suffix = "/.gnuradio/volk_config"; + const char *suffix = "/.volk/volk_config"; strcpy(path, getenv("HOME")); strcat(path, suffix); } |