forked from len0rd/rockbox
Clean up hard-coded paths
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14662 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cd5ad2ff69
commit
04b3435afd
11 changed files with 19 additions and 17 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue