Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix signedness on return value from xread()
The return value from xread() is ssize_t. Paolo Teti <paolo.teti@gmail.com> pointed out that in this case, the signed return value was assigned to an unsigned type (size_t). This patch fixes that. Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information