From 8aec3cbb5bef8b9f145c09dd81b0b862c64b46ea Mon Sep 17 00:00:00 2001 From: tmu Date: Wed, 27 Feb 2002 09:20:33 +0000 Subject: work and bugfix _search_max_id_from_top() --- fml/lib/FML/Process/ThreadTrack.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fml/lib/FML/Process/ThreadTrack.pm') 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 $@; -- cgit v1.2.1