From fc23b4ef235a73f419f2977ae158155e661456a7 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 24 Sep 1991 16:31:36 +0000 Subject: [PATCH] changed char to long to be safe- oustanding count --- src/util/ca_test.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/util/ca_test.c b/src/util/ca_test.c index da7fb7b8d..bbfc2676c 100644 --- a/src/util/ca_test.c +++ b/src/util/ca_test.c @@ -27,6 +27,8 @@ * ----------------- * .01 07-01-91 joh initial version * .02 08-05-91 mrk Make more compatible with db_test.c + * .03 09-24-91 joh changed declaration of `outstanding' + * to a long * * make options * -DvxWorks makes a version for VxWorks @@ -47,7 +49,7 @@ void printit(); void verify(); -static char outstanding; +static long outstanding; #ifndef vxWorks main(argc,argv)