X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=oldrecover-src%2Fextract_list.c;h=4c36eb2f17f05989c869d667dffc00704cc66520;hb=c6f0a88c567f8536c498f554285aed1f8150da18;hp=970b88dc38091656d35249e0ce396cc99b814187;hpb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;p=debian%2Famanda diff --git a/oldrecover-src/extract_list.c b/oldrecover-src/extract_list.c index 970b88d..4c36eb2 100644 --- a/oldrecover-src/extract_list.c +++ b/oldrecover-src/extract_list.c @@ -585,7 +585,7 @@ void add_file( char *err = NULL; int i; ssize_t j; - char *dir, *dir_undo, dir_undo_ch = '\0'; + char *dir_undo, dir_undo_ch = '\0'; char *ditem_path = NULL; char *l = NULL; int added; @@ -757,7 +757,6 @@ void add_file( err = _("bad reply: missing directory field"); continue; } - dir = s - 1; skip_quoted_string(s, ch); dir_undo = s - 1; dir_undo_ch = *dir_undo; @@ -902,7 +901,6 @@ delete_file( char *tape, *tape_undo, tape_undo_ch = '\0'; char *dir_undo, dir_undo_ch = '\0'; int level = 0; - off_t fileno; char *ditem_path = NULL; char *l = NULL; int deleted; @@ -1064,7 +1062,6 @@ delete_file( err = _("bad reply: cannot parse fileno field"); continue; } - fileno = (off_t)fileno_; skip_integer(s, ch); }