From 52bbe8cdff1a6b7652d7377e694fc14178ed331d Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Tue, 1 Nov 1994 12:51:30 +0000 Subject: Changes for better authentication. --- lib/ZFmtRawLst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ZFmtRawLst.c') diff --git a/lib/ZFmtRawLst.c b/lib/ZFmtRawLst.c index eb8a969..2773f50 100644 --- a/lib/ZFmtRawLst.c +++ b/lib/ZFmtRawLst.c @@ -33,7 +33,7 @@ Code_t ZFormatRawNoticeList(notice, list, nitems, buffer, ret_len) Code_t retval; if ((retval = Z_FormatRawHeader(notice, header, sizeof(header), - &hdrlen, (char **)0)) != ZERR_NONE) + &hdrlen, NULL, NULL)) != ZERR_NONE) return (retval); size = 0; -- cgit v1.2.3