mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Update adoberdr.pl
Added double quotes around file name in csv record
This commit is contained in:
parent
690e121a0a
commit
8b661386a9
2
thirdparty/rr-full/plugins/adoberdr.pl
vendored
2
thirdparty/rr-full/plugins/adoberdr.pl
vendored
@ -101,7 +101,7 @@ sub pluginmain {
|
||||
::rptMsg("Most recent PDF opened: ".gmtime($arkeys{1}{lastwrite})." (UTC)");
|
||||
::rptMsg("Key name,file name,sDate,uFileSize,uPageCount");
|
||||
foreach my $k (sort {$a <=> $b} keys %arkeys) {
|
||||
::rptMsg("c".$k.",".$arkeys{$k}{data}.",".$arkeys{$k}{sDate}.",".$arkeys{$k}{uFileSize}.",".$arkeys{$k}{uPageCount});
|
||||
::rptMsg("c".$k.',"'.$arkeys{$k}{data}.'",'.$arkeys{$k}{sDate}.",".$arkeys{$k}{uFileSize}.",".$arkeys{$k}{uPageCount});
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user