From efe73e143ad8997a791b895c9ee21a68b6570429 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 31 Jul 2012 10:33:27 +0200 Subject: Fix database tool. It was also broken functionally, probably since a while.So restore the functionality. Run it on the dap, the tcd files will be placed into .rockbox folder. Change-Id: Id7a6ce4389dfaf99799258902be80d630af0601c --- firmware/common/filefuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/common') diff --git a/firmware/common/filefuncs.c b/firmware/common/filefuncs.c index fd33f3c6f9..f969a011b7 100644 --- a/firmware/common/filefuncs.c +++ b/firmware/common/filefuncs.c @@ -55,6 +55,7 @@ int strip_volume(const char* name, char* namecopy) } #endif /* #ifdef HAVE_MULTIVOLUME */ +#endif /* __PCTOOL__ */ /* Test file existence, using dircache of possible */ bool file_exists(const char *file) { @@ -89,7 +90,6 @@ bool dir_exists(const char *path) return true; } -#endif /* __PCTOOL__ */ #if (CONFIG_PLATFORM & (PLATFORM_NATIVE|PLATFORM_SDL|PLATFORM_MAEMO|PLATFORM_PANDORA)) struct dirinfo dir_get_info(DIR* parent, struct dirent *entry) -- cgit v1.2.3