mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
Fix database
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27971 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eac36d5a09
commit
4ada1ee44e
2 changed files with 3 additions and 3 deletions
|
@ -89,11 +89,10 @@ bool dir_exists(const char *path)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !(CONFIG_PLATFORM & PLATFORM_ANDROID)
|
#endif /* __PCTOOL__ */
|
||||||
|
|
||||||
struct dirinfo dir_get_info(DIR* parent, struct dirent *entry)
|
struct dirinfo dir_get_info(DIR* parent, struct dirent *entry)
|
||||||
{
|
{
|
||||||
(void)parent;
|
(void)parent;
|
||||||
return entry->info;
|
return entry->info;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
#endif /* __PCTOOL__ */
|
|
||||||
|
|
|
@ -8,6 +8,7 @@ database.c
|
||||||
../../apps/mp3data.c
|
../../apps/mp3data.c
|
||||||
../../apps/tagcache.c
|
../../apps/tagcache.c
|
||||||
../../firmware/common/crc32.c
|
../../firmware/common/crc32.c
|
||||||
|
../../firmware/common/filefuncs.c
|
||||||
../../firmware/common/strlcpy.c
|
../../firmware/common/strlcpy.c
|
||||||
../../firmware/common/strcasestr.c
|
../../firmware/common/strcasestr.c
|
||||||
../../firmware/common/structec.c
|
../../firmware/common/structec.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue