diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-06 11:35:51 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-06 11:35:51 +0000 |
commit | e697a57bc582b562dd0e0365479abf0bbfbb3f14 (patch) | |
tree | d186f0d655a47c6fe2388733427224d5fde2372a /carg_parser.c | |
parent | Adding debian version 1.3-3. (diff) | |
download | clzip-e697a57bc582b562dd0e0365479abf0bbfbb3f14.tar.xz clzip-e697a57bc582b562dd0e0365479abf0bbfbb3f14.zip |
Merging upstream version 1.4.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'carg_parser.c')
-rw-r--r-- | carg_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/carg_parser.c b/carg_parser.c index 326bd41..973bb7e 100644 --- a/carg_parser.c +++ b/carg_parser.c @@ -88,7 +88,7 @@ static char parse_long_option( struct Arg_parser * const ap, const struct ap_Option options[], int * const argindp ) { - unsigned int len; + unsigned len; int index = -1; int i; char exact = 0, ambig = 0; |