From 70de4f2bb7710280c507cdcf95b702115b358ef6 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sat, 23 Jun 2018 16:36:27 +0000 Subject: [PATCH] Text fields are fixed at 32 characters and may not have NULL terminators. (David Korth) --- magic/Magdir/console | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/magic/Magdir/console b/magic/Magdir/console index 5a867b83..453240d3 100644 --- a/magic/Magdir/console +++ b/magic/Magdir/console @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: console,v 1.35 2017/11/14 15:48:36 christos Exp $ +# $File: console,v 1.36 2018/06/23 16:36:27 christos Exp $ # Console game magic # Toby Deshane @@ -518,11 +518,11 @@ # Gameboy%20Sound%20System%20(.gbs).txt 0 string GBS Nintendo Gameboy Music/Audio Data #12 string GameBoy\ Music\ Module Nintendo Gameboy Music Module ->16 string >\0 ("%s" by ->48 string >\0 %s, copyright ->80 string >\0 %s), ->3 byte x version %d, ->4 byte x %d tracks +>16 string >\0 ("%.32s" by +>48 string >\0 %.32s, copyright +>80 string >\0 %.32s), +>3 byte x version %u, +>4 byte x %u tracks # IPS Patch Files from: From: Thomas Klausner # see http://zerosoft.zophar.net/ips.php -- 2.49.0