summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2005-12-04 12:11:08 +0000
committerMagnus Holmgren <magnushol@gmail.com>2005-12-04 12:11:08 +0000
commitf9fa33f6911e15a033687184057b5867da43a965 (patch)
treefd158e19077860a44addba4877165f7184675712 /apps/filetree.c
parent2afe1f550c34f171893836a80723f787f4763512 (diff)
downloadrockbox-f9fa33f6911e15a033687184057b5867da43a965.tar.gz
rockbox-f9fa33f6911e15a033687184057b5867da43a965.zip
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
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index 0a2c855375..708c135be7 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -388,7 +388,7 @@ int ft_enter(struct tree_context* c)
388 MAX_FILENAME); 388 MAX_FILENAME);
389 break; 389 break;
390 390
391#ifdef HAVE_REMOTE_LCD 391#if defined(HAVE_REMOTE_LCD) && (NB_SCREENS > 1)
392 /* remote-wps config file */ 392 /* remote-wps config file */
393 case TREE_ATTR_RWPS: 393 case TREE_ATTR_RWPS:
394 wps_data_load(gui_wps[1].data, buf, true, true); 394 wps_data_load(gui_wps[1].data, buf, true, true);