summaryrefslogtreecommitdiff
path: root/lib/ZFmtSmRLst.c
diff options
context:
space:
mode:
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;