We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1c101 commit 9e4efd2Copy full SHA for 9e4efd2
lib/bus/iwm/iwm.h
@@ -353,6 +353,6 @@ class systemBus
353
354
extern systemBus SYSTEM_BUS;
355
356
-#define IWM_ACTIVE_DISK2 ((iwmDisk2 *) theFuji.get_disk_dev(MAX_SP_DEVICES + diskii_xface.iwm_active_drive() - 1))
+#define IWM_ACTIVE_DISK2 ((iwmDisk2 *) theFuji.get_disk_dev(MAX_SPDISK_DEVICES + diskii_xface.iwm_active_drive() - 1))
357
#endif // guard
358
#endif /* BUILD_APPLE */
0 commit comments