From 52724c1beddd14cb274ed983a8f1b997f5c7befe Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 3 Mar 2012 19:05:52 +0100 Subject: filesize() isn't prefixed anymore for sims. Change-Id: Icc08b874785ab2b8e0ebefa5e35dae4ce94e068a --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugin.c b/apps/plugin.c index 18bb47f64d..db05894c10 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -357,7 +357,7 @@ static const struct plugin_api rockbox_api = { PREFIX(remove), PREFIX(rename), PREFIX(ftruncate), - PREFIX(filesize), + filesize, fdprintf, read_line, settings_parseline, -- cgit v1.2.3