mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-02-22 11:05:50 +01:00
initial import
This commit is contained in:
12
games-emulation/grustibus/files/0.43-pointerfix.patch
Normal file
12
games-emulation/grustibus/files/0.43-pointerfix.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -Nur grustibus-0.43/src/mameio.c grustibus-0.43p2/src/mameio.c
|
||||
--- grustibus-0.43/src/mameio.c 2001-05-28 02:09:06.000000000 +0200
|
||||
+++ grustibus-0.43p2/src/mameio.c 2004-07-14 12:02:33.000000000 +0200
|
||||
@@ -168,7 +168,7 @@
|
||||
|
||||
|
||||
if (p[0] == '\"')
|
||||
- *p = *p++;
|
||||
+ *p++;
|
||||
value = p;
|
||||
|
||||
i = 0;
|
||||
Reference in New Issue
Block a user