diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-09-01 15:34:28 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-09-01 15:34:28 +0000 |
| commit | 6762be8823131f9426c39013816f38f6a21e1482 (patch) | |
| tree | f8b2697718cca691267eff95e98872dda1424809 /src/prefix.cpp | |
| parent | Fix for bug #1363497 (strange crash with knot path effect) (diff) | |
| download | inkscape-6762be8823131f9426c39013816f38f6a21e1482.tar.gz inkscape-6762be8823131f9426c39013816f38f6a21e1482.zip | |
BinReloc: fix -Wwrite-strings
(bzr r13538)
Diffstat (limited to 'src/prefix.cpp')
| -rw-r--r-- | src/prefix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefix.cpp b/src/prefix.cpp index 126d16a72..dd8872a1d 100644 --- a/src/prefix.cpp +++ b/src/prefix.cpp @@ -192,7 +192,7 @@ br_locate_prefix (void *symbol) * br_prepend_prefix (&argc, "/share/foo/data.png"); --> Returns "/usr/share/foo/data.png" */ char * -br_prepend_prefix (void *symbol, char *path) +br_prepend_prefix (void *symbol, char const *path) { char *tmp, *newpath; |
