mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Updated use of istat -B
This commit is contained in:
parent
4e8a1d5162
commit
dfe80233a6
@ -1,3 +1,5 @@
|
||||
10/27/09: Update: Change istat to use -B instead of -b (new change in TSK).
|
||||
|
||||
--------------------------- Version 2.21 --------------------------------
|
||||
11/7/08: Bug Fix: Changed case management code to not error when 'dls ...'
|
||||
line was encountered.
|
||||
|
@ -413,7 +413,7 @@ sub stats {
|
||||
if (exists($Args::args{'force'})) {
|
||||
my $f = Args::get_force();
|
||||
Exec::exec_pipe(*OUT,
|
||||
"'$::TSKDIR/istat' -f $ftype $tz -s $Caseman::ts -b $f -o $offset -i $imgtype $img $meta"
|
||||
"'$::TSKDIR/istat' -f $ftype $tz -s $Caseman::ts -B $f -o $offset -i $imgtype $img $meta"
|
||||
);
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user