Updated use of istat -B

This commit is contained in:
Brian Carrier 2009-10-27 21:26:37 +00:00
parent 4e8a1d5162
commit dfe80233a6
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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 {