diff --git a/analyse.pl b/analyse.pl
index 0cec8564..d330ad63 100755
--- a/analyse.pl
+++ b/analyse.pl
@@ -167,9 +167,7 @@ if ($period)
my $firstdate2 = strftime("Analyse depuis le %d-%m-%Y %H:%M:%S", localtime($firstdate));
print $firstdate2;
print "\n";
- close (INPUT);
- my $t = open (INPUT, $opt_file);
seek(INPUT, -90, 2);
my $lastlineX = ;
my $lastline = ;
@@ -238,9 +236,7 @@ if ($period)
my $firstdate2 = strftime("Analyse depuis le %d-%m-%Y %H:%M:%S", localtime($firstdate));
print $firstdate2;
print "\n";
- close (INPUT);
- my $t = open (INPUT, $opt_file);
seek(INPUT, -90, 2);
my $lastlineX = ;
my $lastline = ;