summaryrefslogtreecommitdiff
path: root/lib/ZFmtRawLst.c
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1994-11-01 12:51:30 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1994-11-01 12:51:30 +0000
commit52bbe8cdff1a6b7652d7377e694fc14178ed331d (patch)
tree85b50e8e7af804be357d74f6f909e5e69809feb3 /lib/ZFmtRawLst.c
parent9bad14966361640e95c8b8e4c29990bd59828c2e (diff)
Changes for better authentication.
Diffstat (limited to 'lib/ZFmtRawLst.c')
-rw-r--r--lib/ZFmtRawLst.c2
1 files changed, 1 insertions, 1 deletions
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;