Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 109912
Collapse All | Expand All

(-)tftp.c.orig (-1 / +1 lines)
Lines 354-360 Link Here
354
void make_arg(char *string, int *argc, char ***argv)
354
void make_arg(char *string, int *argc, char ***argv)
355
{
355
{
356
     static char *tmp = NULL;
356
     static char *tmp = NULL;
357
     int argz_len;
357
     size_t argz_len;
358
358
359
     /* split the string to an argz vector */
359
     /* split the string to an argz vector */
360
     if (argz_create_sep(string, ' ', &tmp, &argz_len) != 0)
360
     if (argz_create_sep(string, ' ', &tmp, &argz_len) != 0)

Return to bug 109912