* [gentoo-commits] repo/gentoo:master commit in: games-emulation/gngb/files/
@ 2018-05-13 9:39 James Le Cuirot
0 siblings, 0 replies; only message in thread
From: James Le Cuirot @ 2018-05-13 9:39 UTC (permalink / raw
To: gentoo-commits
commit: c04edb91ed010d399601e0129b12a32b8688da10
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 12 15:21:43 2018 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun May 13 09:38:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04edb91
games-emulation/gngb: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/8366
games-emulation/gngb/files/gngb-20060309-ovflfix.patch | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/games-emulation/gngb/files/gngb-20060309-ovflfix.patch b/games-emulation/gngb/files/gngb-20060309-ovflfix.patch
deleted file mode 100644
index 0b638a1da9a..00000000000
--- a/games-emulation/gngb/files/gngb-20060309-ovflfix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/src/serial.c.old 2010-10-28 14:40:23.000000000 +0200
-+++ b/src/serial.c 2010-10-28 14:41:07.000000000 +0200
-@@ -302,11 +302,11 @@
- /* Gbserial_read: Read a byte on the serial
- This is a block function */
- Uint8 gbserial_read(void) {
-- Uint8 b;
-+ Uint8 b[2];
-
- gbserial.ready2read=0;
-- if ((read(dest_socket,&b,2))<=0) return 0xFF;
-- return b;
-+ if ((read(dest_socket,b,2))<=0) return 0xFF;
-+ return b[0];
- }
-
- /* Gbserial_write: Write a byte on the serial
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-05-13 9:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-13 9:39 [gentoo-commits] repo/gentoo:master commit in: games-emulation/gngb/files/ James Le Cuirot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox