test-parse-options: use appropriate cast in length_callback
commit8caa3acf3a5f660b6b4c01fe23c05094140795d6
authorBrandon Casey <casey@nrlssc.navy.mil>
Thu, 14 Aug 2008 00:48:57 +0000 (13 19:48 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Aug 2008 01:11:44 +0000 (13 18:11 -0700)
tree8021d6125e003ed7d46cc483cdcffe9f40c42570
parenta96dc01e21603849cb454a311f18780c2e839f29
test-parse-options: use appropriate cast in length_callback

OPT_CALLBACK() is passed &integer which is now an "int" rather than
"unsigned long". Update the length_callback function.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
test-parse-options.c