Matt Jacob 56c6d0d775 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.
2000-12-30 20:09:26 +00:00
..
2000-09-21 20:16:04 +00:00
2000-09-21 20:16:04 +00:00
2000-04-21 02:05:54 +00:00
2000-09-21 20:16:04 +00:00
2000-09-21 20:16:04 +00:00