-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -251,3 +251,3 @@ char *convert_query_hexchar(char *txt) if (d1<0 || d2<0) { - memmove(txt, txt+3, n-3); + memmove(txt, txt+3, n-2); return txt-1; |
index : patchwork/cgit.git | ||
cgit - fast webinterface for git |
summaryrefslogtreecommitdiffabout |
-rw-r--r-- | html.c | 2 |
@@ -251,3 +251,3 @@ char *convert_query_hexchar(char *txt) if (d1<0 || d2<0) { - memmove(txt, txt+3, n-3); + memmove(txt, txt+3, n-2); return txt-1; |