On 12/10/19 8:20 pm, Ralph Corderoy wrote:
> Hi Andrew,
>
>> - for(i = 0; i + 1 < argc; i++) {
>> - strcpy(p, argv[i]);
>> - p += strlen(argv[i]);
>> - *p++ = ' ';
>> - }
>
> stpcpy(3)?
>
This patch is just relocating that code block. A change to stpcpy
would be a separate patch.
Allan