* src/login.c: Ignore the return value of puts(), fputs(),

strftime().
This commit is contained in:
nekral-guest
2009-04-22 20:17:11 +00:00
parent 46d697cded
commit 349efcb0a6
2 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2009-04-22 Nicolas François <nicolas.francois@centraliens.net>
* src/login.c: Ignore the return value of puts(), fputs(),
strftime().
2009-04-22 Nicolas François <nicolas.francois@centraliens.net>
* src/login.c: timeout, delay, and retries should be unsigned.