diff options
Diffstat (limited to 'quote.c')
-rw-r--r-- | quote.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -352,8 +352,7 @@ void write_name_quoted_relative(const char *name, const char *prefix, } /* quote path as relative to the given prefix */ -char *quote_path_relative(const char *in, const char *prefix, - struct strbuf *out) +char *quote_path(const char *in, const char *prefix, struct strbuf *out) { struct strbuf sb = STRBUF_INIT; const char *rel = relative_path(in, prefix, &sb); |