summaryrefslogtreecommitdiff
path: root/ewah/bitmap.c
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2017-09-27 02:02:11 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-09-27 15:45:24 +0900
commit41dcc4dcccecca49e3f75212ce9e614ffe2bdcc8 (patch)
tree1511cf57f1762ba21bc920a85239063a16e7de91 /ewah/bitmap.c
parentavoid looking at errno for short read_in_full() returns (diff)
downloadtgif-41dcc4dcccecca49e3f75212ce9e614ffe2bdcc8.tar.xz
distinguish error versus short read from read_in_full()
Many callers of read_in_full() expect to see the exact number of bytes requested, but their error handling lumps together true read errors and short reads due to unexpected EOF. We can give more specific error messages by separating these cases (showing errno when appropriate, and otherwise describing the short read). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ewah/bitmap.c')
0 files changed, 0 insertions, 0 deletions