diff options
author | Linus Torvalds <torvalds@osdl.org> | 2007-01-11 20:37:38 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-11 21:05:34 -0800 |
commit | 4494c656e2e29c468c48c9c2b20595342056e9dc (patch) | |
tree | 21dc0c3eb8efd6f15b5a797d15da2fe3fd1b44c4 /Documentation/everyday.txt | |
parent | d34cf19b8987ae0f0806e257edf877238d044747 (diff) | |
download | git-4494c656e2e29c468c48c9c2b20595342056e9dc.tar.gz |
Fix up totally buggered read_or_die()
The "read_or_die()" function would silently NOT die for a partial read,
and since it was of type "void" it obviously couldn't even return the
partial number of bytes read.
IOW, it was totally broken. This hopefully fixes it up.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/everyday.txt')
0 files changed, 0 insertions, 0 deletions