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/ZFmtNotice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ZFmtNotice.c') diff --git a/lib/ZFmtNotice.c b/lib/ZFmtNotice.c index 8aaab6a..c6292fe 100644 --- a/lib/ZFmtNotice.c +++ b/lib/ZFmtNotice.c @@ -36,7 +36,7 @@ Code_t ZFormatNotice(notice, buffer, ret_len, cert_routine) *ret_len = hdrlen+notice->z_message_len; - if (!(*buffer = (char *)malloc(*ret_len))) + if (!(*buffer = (char *)malloc((unsigned)*ret_len))) return (ENOMEM); bcopy(header, *buffer, hdrlen); -- cgit v1.2.3