X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=convert.c;h=491e7141b4ea29b3cf754cbaf2656a0c3ca8c46c;hb=071b489682f68c5e205ed3af2a7fe997f1d7c467;hp=1816e977b7b13782003fc78a9de9b47cd3554a32;hpb=a4d1797332bca95635168032c90765a41eacdc7a;p=git.git diff --git a/convert.c b/convert.c index 1816e977b..491e7141b 100644 --- a/convert.c +++ b/convert.c @@ -267,7 +267,7 @@ static int filter_buffer(int fd, void *data) status = finish_command(&child_process); if (status) - error("external filter %s failed %d", params->cmd, -status); + error("external filter %s failed %d", params->cmd, status); return (write_err || status); }