Subject: CVS commit: src/usr.bin/mail
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 10/22/2006 08:29:36
Module Name: src
Committed By: mrg
Date: Sun Oct 22 08:29:36 UTC 2006
Modified Files:
src/usr.bin/mail: mime_codecs.c
Log Message:
avoid assigning a void * to an int just to see if it is non-zero or not.
use %zu to print a size_t.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/usr.bin/mail/mime_codecs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.