diff options
-rw-r--r-- | expac.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -627,6 +627,7 @@ static int print_pkg(alpm_pkg_t *pkg, const char *format) { } else if (*f == '\\') { char esc[3] = { f[0], f[1], '\0' }; out += print_escaped(esc); + ++f; } else { fputc(*f, stdout); out++; |