diff options
author | Magnus Holmgren <magnushol@gmail.com> | 2005-12-04 12:11:08 +0000 |
---|---|---|
committer | Magnus Holmgren <magnushol@gmail.com> | 2005-12-04 12:11:08 +0000 |
commit | f9fa33f6911e15a033687184057b5867da43a965 (patch) | |
tree | fd158e19077860a44addba4877165f7184675712 /apps/filetree.c | |
parent | 2afe1f550c34f171893836a80723f787f4763512 (diff) |
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.c | 2 |
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) 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); |