#Array filling problem
01-Nov-94 00:26:33
Sb: #43594-#Array filling problem
Fm: Werner Kazmierzak 100041,1320
To: Henry Williams 73527,1446
Henry,
with strcpy(), the source string has to be null terminated, so at least
box.name[34] must be a null byte in each record.
Maybe you want to use strncopy() instead.
– wkc – … via AP from Hamburg, Germany