builtin-mailinfo.c: check error status from rewind and ftruncate
authorJunio C Hamano <gitster@pobox.com>
Tue, 29 Sep 2009 06:40:08 +0000 (23:40 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 29 Sep 2009 16:40:55 +0000 (09:40 -0700)
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>
No differences found