From f9fa33f6911e15a033687184057b5867da43a965 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Sun, 4 Dec 2005 12:11:08 +0000 Subject: iRiver: Make logf-enabled builds of the simulator work again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8142 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/filetree.c') diff --git a/apps/filetree.c b/apps/filetree.c index 0a2c855..708c135 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -388,7 +388,7 @@ int ft_enter(struct tree_context* c) MAX_FILENAME); break; -#ifdef HAVE_REMOTE_LCD +#if defined(HAVE_REMOTE_LCD) && (NB_SCREENS > 1) /* remote-wps config file */ case TREE_ATTR_RWPS: wps_data_load(gui_wps[1].data, buf, true, true); -- cgit v1.1