author | Junio C Hamano <junkio@cox.net> | |
Fri, 9 Dec 2005 01:29:11 +0000 (17:29 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 9 Dec 2005 01:29:11 +0000 (17:29 -0800) | ||
commit | 2dee581667d62d113605e97de0beda6a9dbca153 | |
tree | 1545a70c9de4a0ef168fdbd5a37316d1f3786fc8 | tree | snapshot |
parent | c82365dc6f211722cbbed96f41a61f477914c91a | commit | diff |
qsort(): ptrdiff_t may be larger than int
This is a companion patch to e23eff8be92a2a2cb66b53deef020063cff285ed
commit. The same logic, the same rationale that a comparison
function that returns an int should not just compute a ptrdiff_t
and return it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This is a companion patch to e23eff8be92a2a2cb66b53deef020063cff285ed
commit. The same logic, the same rationale that a comparison
function that returns an int should not just compute a ptrdiff_t
and return it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
server-info.c | diff | blob | history |