From 5b51bdd7faed4bdb5170d50a89b4f92dc778dfea Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 17 Jun 1988 13:14:54 +0000 Subject: new args for Z_FormatRawHeader --- lib/ZFmtSmRLst.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/ZFmtSmRLst.c') 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; -- cgit v1.2.3