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.1-compile.patch

13 lines
227 B

--- a/src/binreloc.cxx
+++ b/src/binreloc.cxx
@@ -739,7 +739,8 @@
char *
br_dirname (const char *path)
{
- char *end, *result;
+ const char *end;
+ char *result;
if (path == (const char *) NULL)
return (char *) NULL;