From 11290355c9454c575d56c7928a725fd95e88d6f8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 29 Sep 1995 17:19:16 +0000 Subject: all targets compile .. tony's patches in place --- tools/build/src/unhex.c | 2 +- tools/build/unhex.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/build') diff --git a/tools/build/src/unhex.c b/tools/build/src/unhex.c index 540095d6f4..f149449302 100644 --- a/tools/build/src/unhex.c +++ b/tools/build/src/unhex.c @@ -86,7 +86,7 @@ void error(int errn, ...); #define ERR_ABORT (ERR_ERRNO / 4) /* error is fatal; abort */ #define ERR_MASK (ERR_ERRNO | ERR_FATAL | ERR_ABORT) /* all */ -#define stol(p) strtol(p, (char **) NULL, 0) +#define stol(p) strtoul(p, (char **) NULL, 0) int unhex(FILE *ifp, char *inm, FILE *ofp, char *onm); int convert_Intel_records(FILE *ifp, char *inm, FILE *ofp, char *onm); diff --git a/tools/build/unhex.c b/tools/build/unhex.c index 540095d6f4..f149449302 100644 --- a/tools/build/unhex.c +++ b/tools/build/unhex.c @@ -86,7 +86,7 @@ void error(int errn, ...); #define ERR_ABORT (ERR_ERRNO / 4) /* error is fatal; abort */ #define ERR_MASK (ERR_ERRNO | ERR_FATAL | ERR_ABORT) /* all */ -#define stol(p) strtol(p, (char **) NULL, 0) +#define stol(p) strtoul(p, (char **) NULL, 0) int unhex(FILE *ifp, char *inm, FILE *ofp, char *onm); int convert_Intel_records(FILE *ifp, char *inm, FILE *ofp, char *onm); -- cgit v1.2.3