summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2008-10-06 17:28:41 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2008-10-08 14:38:48 (GMT)
commitfb7424363643d6049faf3bda399e5e602782b5b7 (patch)
tree3b0fae24a1fc6f2c534afec7d4803192667f2dca /builtin-pack-objects.c
parent0a2c7eea41867ead2b2fb1d5898494c3a72405e5 (diff)
downloadgit-fb7424363643d6049faf3bda399e5e602782b5b7.zip
git-fb7424363643d6049faf3bda399e5e602782b5b7.tar.gz
git-fb7424363643d6049faf3bda399e5e602782b5b7.tar.bz2
Do not use errno when pread() returns 0
If we use pread() while at the end of the file, it will return 0, which is not an error from the operating system point of view. In this case, errno has not been set and must not be used. Signed-off-by: Samuel Tardieu <sam@rfc1149.net> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'builtin-pack-objects.c')
0 files changed, 0 insertions, 0 deletions