* lib/commonio.c: Avoid pre-decrement operator (--n). Add some

comments.
	* libmisc/cleanup.c: Fix off by one in an assertion.
This commit is contained in:
nekral-guest
2009-09-08 21:00:12 +00:00
parent a845c67c60
commit 1e51ab0b23
3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2009-09-08 Nicolas François <nicolas.francois@centraliens.net>
* lib/commonio.c: Avoid pre-decrement operator (--n). Add some
comments.
* libmisc/cleanup.c: Fix off by one in an assertion.
2009-09-08 Nicolas François <nicolas.francois@centraliens.net>
* src/su.c: Fix indentation.