K 10 svn:author V 5 mdodd K 8 svn:date V 27 1999-08-20T01:24:35.000000Z K 7 svn:log V 184 What the heck was I thinking? Nobody else saw this? Sheesh. (num > MAX) ? MAX : num rather than (MAX > num) ? MAX : num Also, make things a little easier to read while I'm here. END