summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/xmess/files/xmess-0.106-overflow.patch')
-rw-r--r--games-emulation/xmess/files/xmess-0.106-overflow.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-emulation/xmess/files/xmess-0.106-overflow.patch b/games-emulation/xmess/files/xmess-0.106-overflow.patch
deleted file mode 100644
index 0c4c2ac10606..000000000000
--- a/games-emulation/xmess/files/xmess-0.106-overflow.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- mess/machine/corvushd.c.old 2011-06-30 11:41:55.987772189 +0200
-+++ mess/machine/corvushd.c 2011-06-30 11:42:15.215986836 +0200
-@@ -243,7 +243,7 @@
- /* */
- struct {
- UINT8 status; /* Status code returned by command executed */
-- UINT8 firmware[32]; /* Firmware message */
-+ UINT8 firmware[33]; /* Firmware message */
- UINT8 rom_version; /* ROM Version */
- struct {
- UINT8 sectors_per_track; /* Sectors/Track */