]> git.deb.at Git - pkg/netris.git/blobdiff - debian/patches/03_staircase-effect-fix
refresh them with proper quilt settings
[pkg/netris.git] / debian / patches / 03_staircase-effect-fix
index 514e867280f937bda99dc92122ad7eec221948ca..b53ec4ab36f8a2481183d84b58c3243ef1f5744c 100644 (file)
@@ -1,10 +1,10 @@
 Author: Per von Zweigbergk <pvz@e.kth.se>      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;