summaryrefslogtreecommitdiff
path: root/lib/ZFmtSmRLst.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/ZFmtSmRLst.c
parent30c9d2e377eefb4cd2151a1f776e7eca21dce783 (diff)
new args for Z_FormatRawHeader
Diffstat (limited to 'lib/ZFmtSmRLst.c')
-rw-r--r--lib/ZFmtSmRLst.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ZFmtSmRLst.c b/lib/ZFmtSmRLst.c
index 8968935..95cae5f 100644
--- a/lib/ZFmtSmRLst.c
+++ b/lib/ZFmtSmRLst.c
@@ -1,7 +1,7 @@
/* This file is part of the Project Athena Zephyr Notification System.
* It contains source for the ZFormatSmallRawNoticeList function.
*
- * Created by: John Kohl
+ * Created by: John T. Kohl
*
* $Source$
* $Author$
@@ -31,8 +31,8 @@ Code_t ZFormatSmallRawNoticeList(notice, list, nitems, buffer, ret_len)
int hdrlen, i, size;
char *ptr;
- if ((retval = Z_FormatRawHeader(notice, buffer, Z_MAXHEADERLEN, &hdrlen))
- != ZERR_NONE)
+ if ((retval = Z_FormatRawHeader(notice, buffer, Z_MAXHEADERLEN,
+ &hdrlen, (char **) 0)) != ZERR_NONE)
return (retval);
size = 0;