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-puzzle/amoebax/files/amoebax-0.2.0-glibc2.10.patch

12 lines
250 B

--- src/binreloc.cxx
+++ src/binreloc.cxx
@@ -744,7 +744,7 @@
if (path == (const char *) NULL)
return (char *) NULL;
- end = strrchr (path, '/');
+ end = strrchr ((char *)path, '/');
if (end == (const char *) NULL)
return strdup (".");