* libmisc/mail.c: Ignore the return value of puts().

* libmisc/mail.c: Prefer snprintf to sprintf, even if a small
	context indicates no issues.
This commit is contained in:
nekral-guest
2009-04-24 22:22:57 +00:00
parent 6e357e14fc
commit f28f5f3af4
2 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
2009-04-25 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/mail.c: Ignore the return value of puts().
* libmisc/mail.c: Prefer snprintf to sprintf, even if a small
context indicates no issues.
2009-04-22 Nicolas François <nicolas.francois@centraliens.net>
* lib/commonio.c, lib/commonio.h, lib/groupio.c, lib/groupio.h,