]> git.marmaro.de Git - mmh/blobdiff - uip/new.c
Made the RPATHS config option the default and removed the #ifdefs.
[mmh] / uip / new.c
index 2ac56d63c648608e37a270867068a4a876be03fc..a4da635792bf3f0a887d530fa5ccfd85211d1106 100644 (file)
--- 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;