K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2008-02-09T09:12:02.000000Z K 7 svn:log V 343 WARNS fixes: 1) Add missing parens around assignment that is compared to zero. 2) Make some variables that only take non-negative values unsigned. 3) Some casts/type changes to fix other constness warnings. 4) Make one variable a const char *. 5) Make sure termwidth is positive, it doesn't make sense for it to be negative. Approved by: dds END