X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fnew.c;h=a4da635792bf3f0a887d530fa5ccfd85211d1106;hb=5b92ee6942b9b466914f5faa5fa4c00a2ebc6d35;hp=2ac56d63c648608e37a270867068a4a876be03fc;hpb=c2360569e1d8d3678e294eb7c1354cb8bf7501c1;p=mmh 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;