On Apr 24, 1:35, Captain Napalm wrote:
> Well, I snagged a copy of it, compiled it, found a bug, and fixed it.
> strcpy() (at least on my compiler) will crash if any of the parameters
> are NULL pointers,
That's a compiler (or library, actually) bug. You should be able to copy a
null string.
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
Received on Fri Apr 24 1998 - 05:22:51 BST