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 --- uisimulator/common/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uisimulator/common') diff --git a/uisimulator/common/io.c b/uisimulator/common/io.c index bca5c27a17..7538788bd6 100644 --- a/uisimulator/common/io.c +++ b/uisimulator/common/io.c @@ -282,7 +282,7 @@ static ssize_t io_trigger_and_wait(enum io_dir cmd) return result; } -#if !defined(__PCTOOL__) && !defined(APPLICATION) +#if !defined(APPLICATION) static const char *get_sim_pathname(const char *name) { static char buffer[MAX_PATH]; /* sufficiently big */ -- cgit v1.2.3