Date: Monday, November 16, 2009 @ 12:03:50
  Author: juergen
Revision: 58878

remove unnecessary patch: Fixes FS#17135

Deleted:
  scummvm/trunk/scummvm-0.13.1-gcc4-fix.patch

-------------------------------+
 scummvm-0.13.1-gcc4-fix.patch |   12 ------------
 1 file changed, 12 deletions(-)

Deleted: scummvm-0.13.1-gcc4-fix.patch
===================================================================
--- scummvm-0.13.1-gcc4-fix.patch       2009-11-16 17:02:41 UTC (rev 58877)
+++ scummvm-0.13.1-gcc4-fix.patch       2009-11-16 17:03:50 UTC (rev 58878)
@@ -1,12 +0,0 @@
-diff -ubr scummvm-0.13.1.orig/backends/midi/alsa.cpp 
scummvm-0.13.1/backends/midi/alsa.cpp
---- scummvm-0.13.1.orig/backends/midi/alsa.cpp 2009-04-18 23:32:38.000000000 
+0200
-+++ scummvm-0.13.1/backends/midi/alsa.cpp      2009-06-11 09:23:01.000000000 
+0200
-@@ -228,7 +228,7 @@
- }
- 
- int MidiDriver_ALSA::parse_addr(const char *arg, int *client, int *port) {
--      char *p;
-+      const char *p;
- 
-       if (isdigit(*arg)) {
-               if ((p = strpbrk(arg, ADDR_DELIM)) == NULL)

Reply via email to