Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Look for dump_mac_addressbook in same path as main script.
  • Loading branch information
icculus committed Aug 17, 2016
1 parent 7a2bf06 commit 0bb3b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive_imessage.pl
Expand Up @@ -706,7 +706,7 @@ sub lookup_ios_address {
my %mac_addressbook = ();
if (not $ios_archive) {
%mac_addressbook = ();
open(HELPERIO, '-|', "./dump_mac_addressbook") or die("Can't run ./dump_mac_addressbook: $!\n");
open(HELPERIO, '-|', "$program_dir/dump_mac_addressbook") or die("Can't run $program_dir/dump_mac_addressbook: $!\n");

my @lines = ();
while (<HELPERIO>) {
Expand Down

0 comments on commit 0bb3b53

Please sign in to comment.