summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/parse_bytes-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/parse_bytes-test.c')
-rw-r--r--crypto/heimdal/lib/roken/parse_bytes-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/roken/parse_bytes-test.c b/crypto/heimdal/lib/roken/parse_bytes-test.c
index 499d942..6583f22 100644
--- a/crypto/heimdal/lib/roken/parse_bytes-test.c
+++ b/crypto/heimdal/lib/roken/parse_bytes-test.c
@@ -33,7 +33,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: parse_bytes-test.c,v 1.2 1999/12/02 16:58:51 joda Exp $");
+RCSID("$Id: parse_bytes-test.c,v 1.3 2001/09/04 09:56:00 assar Exp $");
#endif
#include "roken.h"
@@ -66,7 +66,7 @@ main(int argc, char **argv)
for (i = 0; i < sizeof(tests)/sizeof(tests[0]); ++i) {
char buf[256];
int val = parse_bytes (tests[i].str, tests[i].def_unit);
- size_t len;
+ int len;
if (val != tests[i].val) {
printf ("parse_bytes (%s, %s) = %d != %d\n",
OpenPOWER on IntegriCloud