771011a6fc
The code in tagcache.c:commit() was unable to delete the to-be-commited database file as it read from $(HOME)/.config/rockbox.org and tried to delete the file later on in /.rockbox/. As we didn't specify any flags like IS_FILE or NEED_WRITE in _get_user_file_path() (which is called by f.e. app_remove()), it searched for the file in two places. In case of app_rename() IS_FILE would be wrong, so we just add a NEED_WRITE to any write operation. Author: Thomas Jarosch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29148 a1c6a512-1295-4272-9138-f99709370657 |
||
---|---|---|
.. | ||
config.c | ||
crc32-mi4.c | ||
crc32.c | ||
diacritic.c | ||
dir_uncached.c | ||
dircache.c | ||
disk.c | ||
ffs.c | ||
file.c | ||
filefuncs.c | ||
format.c | ||
memset16.c | ||
rbpaths.c | ||
strcasecmp.c | ||
strcasestr.c | ||
strlcat.c | ||
strlcpy.c | ||
strnatcmp.c | ||
structec.c | ||
timefuncs.c | ||
unicode.c | ||
version.c |