From 23fd94e78dd93ce4a667515c5096f5d7cac93258 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 23 Jul 2010 16:19:30 +0200 Subject: idevicebackup: Do not save just the last hunk of first file to backup --- tools/idevicebackup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/idevicebackup.c b/tools/idevicebackup.c index 1119bc0..9ac01a8 100644 --- a/tools/idevicebackup.c +++ b/tools/idevicebackup.c @@ -768,7 +768,7 @@ int main(int argc, char *argv[]) /* save .mddata */ node = plist_dict_get_item(node_tmp, "BackupFileInfo"); - if (node_tmp && file_path) { + if (node_tmp) { node = plist_dict_get_item(node_tmp, "DLFileDest"); plist_get_string_val(node, &file_path); -- cgit v1.1-32-gdbae