diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2014-09-01 23:55:58 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-09-01 23:55:58 +0000 |
| commit | f85dfb19c10b0345859964066eb7fce49d275c49 (patch) | |
| tree | 29ac681cf0f68f9ffb623b59a9b6a5b6e31d3709 /src/prefix.cpp | |
| parent | osx-app.sh: test awk and require gawk if too old (diff) | |
| parent | BinReloc: fix -Wwrite-strings (diff) | |
| download | inkscape-f85dfb19c10b0345859964066eb7fce49d275c49.tar.gz inkscape-f85dfb19c10b0345859964066eb7fce49d275c49.zip | |
update to trunk (r13538)
(bzr r13506.1.48)
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; |
