From dfe80233a67069c1520a5e46a717f2603395cbbd Mon Sep 17 00:00:00 2001 From: Brian Carrier Date: Tue, 27 Oct 2009 21:26:37 +0000 Subject: [PATCH] Updated use of istat -B --- CHANGES.txt | 2 ++ lib/Meta.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index cf98846eaf..fe051948ba 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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. diff --git a/lib/Meta.pm b/lib/Meta.pm index 69ac1032e6..a32e323af7 100644 --- a/lib/Meta.pm +++ b/lib/Meta.pm @@ -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 {