Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'aw/maint-shortlog-blank-lines' into maint
[gitweb.git]
/
quote.c
diff --git
a/quote.c
b/quote.c
index d061626c34f1e62c538db6e931c29751be4fdbcf..40702f6b725efade3e1fd61339421940f9fdb47d 100644
(file)
--- a/
quote.c
+++ b/
quote.c
@@
-288,7
+288,7
@@
int unquote_c_style(struct strbuf *sb, const char *quoted, const char **endp)
switch (*quoted++) {
case '"':
if (endp)
- *endp = quoted
+ 1
;
+ *endp = quoted;
return 0;
case '\\':
break;