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-board/eboard/files/eboard-1.1.1-gcc44.patch

12 lines
186 B

--- a/ntext.cc
+++ b/ntext.cc
@@ -244,7 +244,7 @@
return;
}
- p = strchr(text, '\n');
+ p = strchr((char *)text, '\n');
if (p!=NULL) {
*p = 0;
i = strlen(text);