From 7d10e2377b01ac3e38b412f6bc2fa2e384804057 Mon Sep 17 00:00:00 2001 From: gramanas Date: Sun, 18 Nov 2018 20:58:35 +0200 Subject: Update edit and add edit test --- src/restore.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/restore.c') diff --git a/src/restore.c b/src/restore.c index a02f6f3..3aff790 100644 --- a/src/restore.c +++ b/src/restore.c @@ -22,7 +22,6 @@ static int restore_make_links(cklist *from, cklist *to) { && list_size(to) > 0 && list_size(from) == list_size(to)) { do { - HELP("If %d OR %d then file exists.", util_file_exists(list_get(to), NULL), !util_is_file_link(list_get(to))); if (util_file_exists(list_get(to), NULL) || !util_is_file_link(list_get(to))) { ERR("File %s already exists.", list_get(to)); -- cgit v1.2.3