summaryrefslogtreecommitdiff
path: root/lib/ZFmtRawLst.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZFmtRawLst.c')
-rw-r--r--lib/ZFmtRawLst.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ZFmtRawLst.c b/lib/ZFmtRawLst.c
index 5015d77..deafbe3 100644
--- a/lib/ZFmtRawLst.c
+++ b/lib/ZFmtRawLst.c
@@ -32,8 +32,8 @@ Code_t ZFormatRawNoticeList(notice, list, nitems, buffer, ret_len)
char *ptr;
Code_t retval;
- if ((retval = Z_FormatRawHeader(notice, header, sizeof(header), &hdrlen))
- != ZERR_NONE)
+ if ((retval = Z_FormatRawHeader(notice, header, sizeof(header),
+ &hdrlen, (char **)0)) != ZERR_NONE)
return (retval);
size = 0;