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/x11-wm/icewm/files/icewm-1.3.7-gcc44.patch

14 lines
434 B

https://bugs.gentoo.org/show_bug.cgi?id=376451
--- a/src/wmapp.cc
+++ b/src/wmapp.cc
@@ -337,7 +337,7 @@
char ** fontPath(XGetFontPath(xapp->display(), &ndirs));
char ** newFontPath = new char *[ndirs + 1];
- newFontPath[ndirs] = fontsdir;
+ newFontPath[ndirs] = (char *)fontsdir;
if (fontPath)
memcpy(newFontPath, fontPath, ndirs * sizeof (char *));