Arithmetic comparisons to be same way around
authorSami Kerola <kerolasa@iki.fi>
Sat, 22 Jan 2011 11:35:18 +0000 (12:35 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sat, 22 Jan 2011 11:35:18 +0000 (12:35 +0100)
commitee35f8bb1f94b177675ab84b963a0fe61cd201eb
tree0f16ade3bf633a656ca56b7b9b29512647faa2eb
parente6c32dbdf9d0a0c685f5c402f94e965cf587f062
Arithmetic comparisons to be same way around

In writing arithmetic comparisons, use "<" and "<=" rather than
">" and ">=". For some justification, read this:

http://thread.gmane.org/gmane.comp.version-control.git/3903/focus=4126

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
src/analyze.c
src/dhcpd-pools.c
src/getdata.c
src/output.c
src/sort.c