mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
resolved issues 2779244 and 2932385 that were based on wrong config paths and old flag values
This commit is contained in:
parent
68933257d1
commit
d1baa42606
@ -2,6 +2,12 @@
|
|||||||
2/12/10: bug fix: resolved issue 2950693 where previous searches
|
2/12/10: bug fix: resolved issue 2950693 where previous searches
|
||||||
were not shown if they used quotes.
|
were not shown if they used quotes.
|
||||||
|
|
||||||
|
2/12/10: bug fix: resolved issue 2932385 where wrong flag was being used
|
||||||
|
to do only doing category searching"
|
||||||
|
|
||||||
|
2/12/10: bug fix: resolved issue 2779244 where wrong sorter path was
|
||||||
|
being used.
|
||||||
|
|
||||||
--------------------------- Version 2.22 --------------------------------
|
--------------------------- Version 2.22 --------------------------------
|
||||||
10/27/09: Update: Change istat to use -B instead of -b (new change in TSK).
|
10/27/09: Update: Change istat to use -B instead of -b (new change in TSK).
|
||||||
|
|
||||||
|
@ -251,7 +251,7 @@ sub run {
|
|||||||
|
|
||||||
# If both actions are wanted then no flags are needed
|
# If both actions are wanted then no flags are needed
|
||||||
$sort_args .= "-e " if (($ext == 1) && ($cat == 0));
|
$sort_args .= "-e " if (($ext == 1) && ($cat == 0));
|
||||||
$sort_args .= "-i " if (($ext == 0) && ($cat == 1));
|
$sort_args .= "-E " if (($ext == 0) && ($cat == 1));
|
||||||
|
|
||||||
my $sort_dir = get_sorter_dir();
|
my $sort_dir = get_sorter_dir();
|
||||||
|
|
||||||
@ -259,7 +259,7 @@ sub run {
|
|||||||
if ( (exists $Args::args{'sorter_img'})
|
if ( (exists $Args::args{'sorter_img'})
|
||||||
&& ($Args::args{'sorter_img'} == 1))
|
&& ($Args::args{'sorter_img'} == 1))
|
||||||
{
|
{
|
||||||
my $config = "$::TSKDIR/../share/tsk/sorter/images.sort";
|
my $config = "$::TSKDIR/../share/tsk3/sorter/images.sort";
|
||||||
|
|
||||||
Print::print_err("images configuration file not found ($config)")
|
Print::print_err("images configuration file not found ($config)")
|
||||||
unless (-e "$config");
|
unless (-e "$config");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user