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 <[email protected]> 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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information