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