Skip to content

Commit 703604b

Browse files
committed
Added missing quotation mark.
1 parent 82884a9 commit 703604b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ios_backup_extractor.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ sub extractMediaFiles
445445
my $subdir = $file_id =~ s/^(\w\w).+$/$1/r
446446
or die qq{Error: Unexpected fileID: $file_id\n};
447447
my $blob_file = "$g_backup_dir/$subdir/$file_id";
448-
-f $blob_file or die qq{Error: "$blob_file doesn't exists\n};
448+
-f $blob_file or die qq{Error: "$blob_file" doesn't exists\n};
449449
450450
# parse the bplist from the SQLite database for this entry
451451
my $bplist_obj = parseBPlist ($row->{file}, $file_id);

0 commit comments

Comments
 (0)