aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/wsgetopt.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-04-04 16:13:35 +0000
committerGerald Combs <gerald@wireshark.org>2012-04-04 16:13:35 +0000
commitf934bcd42cec5addb81250d707d819f0cd993ac9 (patch)
tree8e4483615a186e5cdd63eb4ef5eb0bc88ccba158 /wsutil/wsgetopt.c
parentdf9a7a0b1cda5d209597ad1990f6434ccb4c56a4 (diff)
Fix compilation on Win64.
svn path=/trunk/; revision=41930
Diffstat (limited to 'wsutil/wsgetopt.c')
-rw-r--r--wsutil/wsgetopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/wsgetopt.c b/wsutil/wsgetopt.c
index c53dc36e42..8007268b91 100644
--- a/wsutil/wsgetopt.c
+++ b/wsutil/wsgetopt.c
@@ -534,7 +534,7 @@ _getopt_internal_r (int argc, char *const *argv, const char *optstring,
|| !strchr (optstring, argv[d->optind][1])))))
{
char *nameend;
- unsigned int namelen;
+ size_t namelen;
const struct option *p;
const struct option *pfound = NULL;
struct option_list