summaryrefslogtreecommitdiff
path: root/common/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/parse.c')
-rw-r--r--common/parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/parse.c b/common/parse.c
index fb08e6c1..d98d6908 100644
--- a/common/parse.c
+++ b/common/parse.c
@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
-"$Id: parse.c,v 1.117.8.4 2007/04/16 17:33:00 dhankins Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n";
+"$Id: parse.c,v 1.117.8.4.10.1 2007/06/11 22:53:34 each Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -614,7 +614,7 @@ void convert_num (cfile, buf, str, base, size)
int base;
unsigned size;
{
- const char *ptr = str;
+ const unsigned char *ptr = str;
int negative = 0;
u_int32_t val = 0;
int tval;