On 02/29/2016 10:33 AM, Adhemerval Zanella wrote: > + for (i = 1; i <= argc; i++) > + argv[i] = va_arg (ap, char *); The indenting is off-by-one here, and in some other places like that.