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-12-28 12:17:35 +00:00
2000-12-29 15:39:45 +00:00
2000-12-29 15:39:45 +00:00
2000-12-26 06:52:57 +00:00
2000-12-28 12:17:35 +00:00
2000-12-27 22:20:13 +00:00