You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/xboing/files/xboing-2.4-buffer.patch

13 lines
356 B

diff -ruN xboing.orig/init.c xboing/init.c
--- xboing.orig/init.c 1996-11-22 02:28:46.000000000 +0100
+++ xboing/init.c 2013-02-02 19:57:55.000000000 +0100
@@ -266,7 +266,7 @@
#endif
{
/* Create all required font structures */
- char str[80];
+ char str[200];
/* Font used for titles */
if (!(titleFont = XLoadQueryFont(display, TITLE_FONT)))