summaryrefslogtreecommitdiff
path: root/lib/ZFmtRaw.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/ZFmtRaw.c
parent30c9d2e377eefb4cd2151a1f776e7eca21dce783 (diff)
new args for Z_FormatRawHeader
Diffstat (limited to 'lib/ZFmtRaw.c')
-rw-r--r--lib/ZFmtRaw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ZFmtRaw.c b/lib/ZFmtRaw.c
index 03955b2..bcd7bf7 100644
--- a/lib/ZFmtRaw.c
+++ b/lib/ZFmtRaw.c
@@ -29,8 +29,8 @@ Code_t ZFormatRawNotice(notice, buffer, ret_len)
int hdrlen;
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);
*ret_len = hdrlen+notice->z_message_len;