summarylogtreecommitdiffstats
path: root/binreloc-cpp-fix.patch
blob: 41560edb17cdcb9e75e867bca157de8a6d306185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -r e882fce47fe0 src/binreloc.cxx
--- a/src/binreloc.cxx	Wed Jun 23 16:55:35 2010 +0200
+++ b/src/binreloc.cxx	Wed Nov 10 21:41:41 2010 +0100
@@ -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;