diff options
Diffstat (limited to 'games/xconq/files/patch-curses__cdraw.c')
-rw-r--r-- | games/xconq/files/patch-curses__cdraw.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xconq/files/patch-curses__cdraw.c b/games/xconq/files/patch-curses__cdraw.c new file mode 100644 index 000000000000..5c48f2ff8253 --- /dev/null +++ b/games/xconq/files/patch-curses__cdraw.c @@ -0,0 +1,11 @@ +--- curses/cdraw.c.orig ++++ curses/cdraw.c +@@ -939,7 +939,7 @@ + mvaddstr(win->y + i, win->x, tmpbuf); + } else { + printf("error: win %d is %dx%d @ %d,%d\n", +- (int) win, win->w, win->h, win->x, win->y); ++ win, win->w, win->h, win->x, win->y); + } + } + |