summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
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 a3754ea190..db60526548 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -243,7 +243,7 @@ int ft_load(struct tree_context* c, const char* tempdir)
243 if ( !(dptr->attr & ATTR_DIRECTORY) && (len > 4) ) 243 if ( !(dptr->attr & ATTR_DIRECTORY) && (len > 4) )
244 dptr->attr |= filetype_get_attr(entry->d_name); 244 dptr->attr |= filetype_get_attr(entry->d_name);
245 245
246#ifndef SIMULATOR 246#ifdef BOOTFILE
247 /* memorize/compare details about the boot file */ 247 /* memorize/compare details about the boot file */
248 if ((c->currdir[1] == 0) && !strcasecmp(entry->d_name, BOOTFILE)) { 248 if ((c->currdir[1] == 0) && !strcasecmp(entry->d_name, BOOTFILE)) {
249 if (boot_size) { 249 if (boot_size) {