From aef38f6ef41f5e139210289a603b52a4380276c8 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Wed, 27 Feb 2008 17:54:57 +0000 Subject: Fix sim builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16433 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagtree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tagtree.c b/apps/tagtree.c index 942c196..17401f3 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -1057,7 +1057,7 @@ static int retrieve_entries(struct tree_context *c, struct tagcache_search *tcs, /* Show search progress straight away if the disk needs to spin up, otherwise show it after the normal 1/2 second delay */ show_search_progress( -#if !defined(HAVE_FLASH_STORAGE) +#if !defined(HAVE_FLASH_STORAGE) && !defined(SIMULATOR) ata_disk_is_active() #else true -- cgit v1.1