K 10 svn:author V 6 mjacob K 8 svn:date V 27 2000-12-30T20:09:26.000000Z K 7 svn:log V 230 Change the modification of what could be a const string. Apparently the construct: char *foo; ... foo = "XXX"; ... foo[1] = 'Y'; is wrong. IT blew up on NetBSD-sparc64 because that platform write-protects constant strings. END