author | Brandon Casey <casey@nrlssc.navy.mil> | |
Thu, 14 Aug 2008 00:48:57 +0000 (19:48 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 14 Aug 2008 01:11:44 +0000 (18:11 -0700) | ||
commit | 8caa3acf3a5f660b6b4c01fe23c05094140795d6 | |
tree | 8021d6125e003ed7d46cc483cdcffe9f40c42570 | tree | snapshot |
parent | a96dc01e21603849cb454a311f18780c2e839f29 | commit | diff |
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>
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 | diff | blob | history |