1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/games/xconq/files/patch-curses__cdraw.c
Marcelo Araujo 81eefcdd20 - Update to version 7.5.0.0.p.0.20050612.
PR:		ports/174192
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-02-04 08:44:28 +00:00

12 lines
276 B
C

--- 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);
}
}