summaryrefslogtreecommitdiff
path: root/firmware/include/dircache_redirect.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/dircache_redirect.h')
-rw-r--r--firmware/include/dircache_redirect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/include/dircache_redirect.h b/firmware/include/dircache_redirect.h
index 32e441c5b3..ddd86c6d86 100644
--- a/firmware/include/dircache_redirect.h
+++ b/firmware/include/dircache_redirect.h
@@ -152,8 +152,8 @@ static inline bool multiboot_is_boot_volume(int volume)
152 return volume_drive(volume) == 0; 152 return volume_drive(volume) == 0;
153#else 153#else
154 /* FIXME: Anything else that can get here is a Sansa. */ 154 /* FIXME: Anything else that can get here is a Sansa. */
155 return volume_drive(volume) == boot_data.boot_volume || 155 return volume_drive(volume) == boot_data._boot_volume ||
156 volume == boot_data.boot_volume; 156 volume == boot_data._boot_volume;
157#endif 157#endif
158 } 158 }
159 159