* libmisc/yesno.c: yes_or_no returns a bool instead of int.

* libmisc/yesno.c: Avoid implicit conversion of pointers to booleans.
	* libmisc/yesno.c: The return value of fflush is not checked on purpose.
This commit is contained in:
nekral-guest
2008-05-25 23:01:14 +00:00
parent 78c0edb7c1
commit f14452ec3c
2 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
2008-05-26 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/yesno.c: yes_or_no returns a bool instead of int.
* libmisc/yesno.c: Avoid implicit conversion of pointers to
booleans.
* libmisc/yesno.c: The return value of fflush is not checked
on purpose.
2008-05-26 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/age.c: Avoid implicit conversion of integers to