X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Fpatches%2F03_staircase-effect-fix;fp=debian%2Fpatches%2F03_staircase-effect-fix;h=b53ec4ab36f8a2481183d84b58c3243ef1f5744c;hb=5bb19ac4385e5871ef004ecd049561698d8dd8d5;hp=514e867280f937bda99dc92122ad7eec221948ca;hpb=614219dca397988b0c2003148ced5570026926df;p=pkg%2Fnetris.git diff --git a/debian/patches/03_staircase-effect-fix b/debian/patches/03_staircase-effect-fix index 514e867..b53ec4a 100644 --- a/debian/patches/03_staircase-effect-fix +++ b/debian/patches/03_staircase-effect-fix @@ -1,10 +1,10 @@ Author: Per von Zweigbergk vim:ft=diff: Description: fix staircase effect in error message, BTS #83039 -Index: netris-0.52/util.c +Index: b/util.c =================================================================== ---- netris-0.52.orig/util.c -+++ netris-0.52/util.c +--- a/util.c ++++ b/util.c @@ -267,6 +267,7 @@ ExtFunc volatile void die(char *msg) ExtFunc volatile void fatal(char *msg) @@ -13,10 +13,10 @@ Index: netris-0.52/util.c fprintf(stderr, "%s\n", msg); exit(1); } -Index: netris-0.52/curses.c +Index: b/curses.c =================================================================== ---- netris-0.52.orig/curses.c -+++ netris-0.52/curses.c +--- a/curses.c ++++ b/curses.c @@ -57,6 +57,7 @@ static EventGenRec keyGen = static int boardYPos[MAX_SCREENS], boardXPos[MAX_SCREENS]; static int statusYPos, statusXPos;