K 10 svn:author V 7 rwatson K 8 svn:date V 27 2002-12-04T22:01:03.000000Z K 7 svn:log V 279 Remove a const that generates a warning: the const isn't strictly wrong, since we don't want the variable changed, but since we assign it to variables that may also refer to other non-const strings, warnings were generated that could break LINT. Approved by: re Spotted by: sam END