K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-10-06T08:30:40.000000Z K 7 svn:log V 211 Fix a nasty typo. Change: if (foo); bar(); to: if (foo) bar(); Really, really nasty bug and a very nice catch of mine. Unfortunately, I'll not become a hero of the day, because the code is commented out. END