summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/ThreadTrack.pm
diff options
context:
space:
mode:
Diffstat (limited to 'fml/lib/FML/Process/ThreadTrack.pm')
-rw-r--r--fml/lib/FML/Process/ThreadTrack.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/ThreadTrack.pm b/fml/lib/FML/Process/ThreadTrack.pm
index 1f1107d2..13df4919 100644
--- a/fml/lib/FML/Process/ThreadTrack.pm
+++ b/fml/lib/FML/Process/ThreadTrack.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: ThreadTrack.pm,v 1.22 2002/02/17 03:07:56 fukachan Exp $
+# $FML: ThreadTrack.pm,v 1.23 2002/02/17 13:45:10 fukachan Exp $
#
package FML::Process::ThreadTrack;
@@ -242,7 +242,7 @@ sub _speculate_last_id
if (defined $rh) {
eval q{
use File::Sequence;
- my $obj = new File::Sequence;
+ my $obj = new File::Sequence { sequence_file => $seq_file };
$last_id = $obj->search_max_id( { hash => $rh } );
};
warn($@) if $@;