1 diff -up rdup-1.1.11/rdup.c rdup-1.1.11.new/rdup.c
2 --- rdup-1.1.11/rdup.c 2011-02-19 23:30:07.000000000 +0100
3 +++ rdup-1.1.11.new/rdup.c 2011-05-06 12:29:33.000000000 +0200
4 @@ -59,7 +59,7 @@ g_tree_subtract(GTree *a, GTree *b)
6 g_tree_read_file(FILE *fp)
8 - gchar *buf, *n, *p, *q;
10 gchar delim, linktype;
13 @@ -94,8 +94,6 @@ g_tree_read_file(FILE *fp)
15 CORRUPT("Corrupt entry at line: %zd, line to short");
17 - n = strrchr(buf, '\n');
20 if (buf[LIST_SPACEPOS] != ' ')
21 CORRUPT("Corrupt entry at line: %zd, no space found");