From e5d7688f99046a4b3022e13701fd346f5328d6d4 Mon Sep 17 00:00:00 2001 From: des Date: Thu, 25 May 2000 16:24:31 +0000 Subject: Dump com_err, it's a stinking crock of shit. --- lib/libfetch/fetch.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libfetch/fetch.c') diff --git a/lib/libfetch/fetch.c b/lib/libfetch/fetch.c index ad9932f..08efeb8 100644 --- a/lib/libfetch/fetch.c +++ b/lib/libfetch/fetch.c @@ -40,8 +40,9 @@ #include "common.h" -int fetchLastErrCode; -int fetchTimeout; +int fetchLastErrCode; +char fetchLastErrString[MAXERRSTRING]; +int fetchTimeout; /*** Local data **************************************************************/ -- cgit v1.1