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 /git-parse-remote.sh | |
parent | builtin/help.c: use warning_errno() (diff) | |
download | tgif-880c0aef0fa8229ff4d3bc96f1f221ebf36443fe.tar.xz |
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 'git-parse-remote.sh')
0 files changed, 0 insertions, 0 deletions