diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2016-05-08 16:47:28 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-09 12:29:08 -0700 |
commit | 880c0aef0fa8229ff4d3bc96f1f221ebf36443fe (patch) | |
tree | 6984a21c8457dbc5289d76b7d3e5137310197166 /pack-revindex.c | |
parent | 574774980cfdfe72d77cec831024f0229d10a1f3 (diff) | |
download | git-880c0aef0fa8229ff4d3bc96f1f221ebf36443fe.tar.gz |
builtin/mailsplit.c: use error_errno()
There's one change, in split_mbox(), where an error() without strerror()
as argument is converted to error_errno(). This is correct because the
previous call is fopen (not shown in the context lines), which should
set errno if it returns NULL.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pack-revindex.c')
0 files changed, 0 insertions, 0 deletions