mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
4606 fix error in officedocs.pl output writing
This commit is contained in:
parent
03d9aab703
commit
984abbb9cc
2
thirdparty/rr/plugins/officedocs.pl
vendored
2
thirdparty/rr/plugins/officedocs.pl
vendored
@ -125,7 +125,7 @@ sub pluginmain {
|
||||
# Print sorted content to report file
|
||||
foreach my $u (sort {$a <=> $b} keys %files) {
|
||||
my ($val,$data) = split(/:/,$files{$u},2);
|
||||
::rptMsg("<PowerPoint name=\"".$val."\">".$data . "</PowerPoint);
|
||||
::rptMsg("<PowerPoint name=\"".$val."\">".$data . "</PowerPoint>");
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user