diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:46:27 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:46:27 +0000 |
commit | 8f0dfe974c171b0ef83f822c97aeef6a89b8641a (patch) | |
tree | 9e199f867cfd6b44a126096fc9c104f3a018338e /carg_parser.c | |
parent | Adding upstream version 1.3. (diff) | |
download | pdlzip-8f0dfe974c171b0ef83f822c97aeef6a89b8641a.tar.xz pdlzip-8f0dfe974c171b0ef83f822c97aeef6a89b8641a.zip |
Adding upstream version 1.4~rc1.upstream/1.4_rc1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | carg_parser.c (renamed from pdarg_parser.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdarg_parser.c b/carg_parser.c index 71dc5d0..30cabb3 100644 --- a/pdarg_parser.c +++ b/carg_parser.c @@ -12,7 +12,7 @@ #include <stdlib.h> #include <string.h> -#include "pdarg_parser.h" +#include "carg_parser.h" /* assure at least a minimum size for buffer 'buf' */ @@ -71,7 +71,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; |