From 76a56cff9767ccf9d1e579e808247ef3ad1f5282 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 23 Jun 1988 06:28:56 +0000 Subject: lint fixes --- lib/ZFmtRawLst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ZFmtRawLst.c') diff --git a/lib/ZFmtRawLst.c b/lib/ZFmtRawLst.c index deafbe3..9f70708 100644 --- a/lib/ZFmtRawLst.c +++ b/lib/ZFmtRawLst.c @@ -42,7 +42,7 @@ Code_t ZFormatRawNoticeList(notice, list, nitems, buffer, ret_len) *ret_len = hdrlen+size; - if (!(*buffer = malloc(*ret_len))) + if (!(*buffer = malloc((unsigned) *ret_len))) return (ENOMEM); bcopy(header, *buffer, hdrlen); -- cgit v1.2.3