We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82884a9 commit 703604bCopy full SHA for 703604b
src/ios_backup_extractor.pl
@@ -445,7 +445,7 @@ sub extractMediaFiles
445
my $subdir = $file_id =~ s/^(\w\w).+$/$1/r
446
or die qq{Error: Unexpected fileID: $file_id\n};
447
my $blob_file = "$g_backup_dir/$subdir/$file_id";
448
- -f $blob_file or die qq{Error: "$blob_file doesn't exists\n};
+ -f $blob_file or die qq{Error: "$blob_file" doesn't exists\n};
449
450
# parse the bplist from the SQLite database for this entry
451
my $bplist_obj = parseBPlist ($row->{file}, $file_id);
0 commit comments