From: Junio C Hamano Date: Sun, 21 May 2006 10:01:59 +0000 (-0700) Subject: checkdiff_consume: strtol parameter fix. X-Git-Tag: v1.4.0-rc1~107 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=9e848163eda686093f689c25cfa9937ed2a9fdf8;hp=9e848163eda686093f689c25cfa9937ed2a9fdf8;p=git.git checkdiff_consume: strtol parameter fix. The second parameter is not the end of string input; it is the optional return value to retrieve where the parser stopped. Signed-off-by: Junio C Hamano ---