summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index cd44e05e90..b66fce04be 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -318,7 +318,7 @@ struct entry* load_and_sort_directory(char *dirname, int *dirfilter,
318 } 318 }
319 319
320 /* memorize/compare details about the boot file */ 320 /* memorize/compare details about the boot file */
321 if ((currdir[1] == 0) && !stricmp(entry->d_name, BOOTFILE)) { 321 if ((currdir[1] == 0) && !strcasecmp(entry->d_name, BOOTFILE)) {
322 if (boot_size) { 322 if (boot_size) {
323 if ((entry->size != boot_size) || 323 if ((entry->size != boot_size) ||
324 (entry->startcluster != boot_cluster)) 324 (entry->startcluster != boot_cluster))