K 10 svn:author V 3 yar K 8 svn:date V 27 2003-06-10T15:38:35.000000Z K 7 svn:log V 190 Coding style fix: Use "foo = 1" instead of "foo++" to assign the truth value to a boolean variable, especially when inside a loop. The variable can overflow otherwise, at least in theory. END