commit | 1be224ba6e99f0ab34c998d7fa8023b76a15c8b6 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Mon Sep 28 23:40:08 2009 -0700 |
committer | Shawn O. Pearce <spearce@spearce.org> | Tue Sep 29 09:40:55 2009 -0700 |
tree | 7493971022bf149944844100b1e34379215e9b75 | |
parent | e0ab002b5093e87f06871d7e25ac03e26841d355 [diff] |
builtin-mailinfo.c: check error status from rewind and ftruncate A recent "cut at scissors" implementation rewinds and truncates the output file to store the message when it sees a scissors mark, but it did not check if these library calls succeeded. Signed-off-by: Junio C Hamano <gitster@pobox.com> [sp: Use fseek as rewind returns void] Signed-off-by: Shawn O. Pearce <spearce@spearce.org>