summaryrefslogtreecommitdiff
path: root/lib/ZFmtRawLst.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-06-17 13:14:54 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-06-17 13:14:54 +0000
commit5b51bdd7faed4bdb5170d50a89b4f92dc778dfea (patch)
tree57b3a7242a05beab2a2f4c2c3f0a8b16388dba87 /lib/ZFmtRawLst.c
parent30c9d2e377eefb4cd2151a1f776e7eca21dce783 (diff)
new args for Z_FormatRawHeader
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;