Skip to content
Prev 14539 / 63424 Next

data is getting corrupted

On Tue, 30 Nov 2004 08:01:14 -0800 (PST), "Jeff D. Hamann"
<jeff.hamann@forestinformatics.com> wrote :
Or maybe I missed that.  Sorry!
I'd suggest using strncpy instead of strcpy; it might be that one of
your strings is longer than expected, and is overwriting something it
shouldn't.

Duncan Murdoch