In article <[email protected]>, matthew green <[email protected]> wrote: >-=-=-=-=-=-
>+ memcpy(intrnames, inames, MAX_INAME_LENGTH);
That should be:
memcpy(intrnames, inames, sizeof(intrnames));
christos
In article <[email protected]>, matthew green <[email protected]> wrote: >-=-=-=-=-=-
>+ memcpy(intrnames, inames, MAX_INAME_LENGTH);
That should be:
memcpy(intrnames, inames, sizeof(intrnames));
christos