X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fnew.c;h=a4da635792bf3f0a887d530fa5ccfd85211d1106;hp=2ac56d63c648608e37a270867068a4a876be03fc;hb=27826f9353e0f0b04590b7d0f8f83e60462b90f0;hpb=c2360569e1d8d3678e294eb7c1354cb8bf7501c1 diff --git a/uip/new.c b/uip/new.c index 2ac56d6..a4da635 100644 --- a/uip/new.c +++ b/uip/new.c @@ -308,7 +308,7 @@ join_sequences(char *sequences[]) static struct node * doit(char *cur, char *folders, char *sequences[]) { - struct node *first, *cur_node, *node, *last, *prev; + struct node *first, *cur_node, *node, *last = NULL, *prev; size_t folder_len; int count, total = 0; char *command = NULL, *sequences_s = NULL;