From 04b3435afd032766a8ac93b2904166499e62c7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Mon, 10 Sep 2007 09:46:36 +0000 Subject: Clean up hard-coded paths git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14662 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/configfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lib/configfile.c') diff --git a/apps/plugins/lib/configfile.c b/apps/plugins/lib/configfile.c index 54c067c..0fbba81 100644 --- a/apps/plugins/lib/configfile.c +++ b/apps/plugins/lib/configfile.c @@ -33,7 +33,7 @@ void get_cfg_filename(char* buf, int buf_len, const char* filename) s = cfg_rb->strrchr(buf, '/'); if (!s) /* should never happen */ { - cfg_rb->snprintf(buf, buf_len, "/.rockbox/rocks/%s", filename); + cfg_rb->snprintf(buf, buf_len, PLUGIN_DIR "/%s", filename); } else { -- cgit v1.1