checkdiff_consume: strtol parameter fix.
authorJunio C Hamano <junkio@cox.net>
Sun, 21 May 2006 10:01:59 +0000 (03:01 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 21 May 2006 10:01:59 +0000 (03:01 -0700)
commit9e848163eda686093f689c25cfa9937ed2a9fdf8
tree2d954ae112629407e13eada1b2d15524033912e5
parent87a56cd3b1dfb651076fbdc6d3591a32d1286a03
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 <junkio@cox.net>
diff.c