From 112b4c3dc2c758479b629458e31117337570c5b0 Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 24 Jul 2020 20:57:38 +0200 Subject: [PATCH] Fixed the MO revision strings. --- src/include/86box/mo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/86box/mo.h b/src/include/86box/mo.h index cefb336b8..72d0ff976 100644 --- a/src/include/86box/mo.h +++ b/src/include/86box/mo.h @@ -53,7 +53,7 @@ typedef struct { const char vendor[8]; const char model[16]; - const char revision[4]; + const char revision[5]; int8_t supported_media[KNOWN_MO_TYPES]; } mo_drive_type_t;