|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.21, 1998/07/27 07:41:53 | version 1.22, 1998/08/10 02:43:09 | ||
|---|---|---|---|
|
|
||
| * Insert tc'ed record into our record. | * Insert tc'ed record into our record. | ||
| */ | */ | ||
| s = tcstart + newilen; | s = tcstart + newilen; | ||
| bcopy(tcend, s, (size_t)(rp - tcend)); | memcpy(s, tcend, (size_t)(rp - tcend)); | ||
| bcopy(newicap, tcstart, newilen); | memcpy(tcstart, newicap, newilen); | ||
| rp += diff; | rp += diff; | ||
| free(icap); | free(icap); | ||