Fix incorrect file handle

This commit is contained in:
Jamie Cameron
2014-01-11 18:33:21 -08:00
parent c8204c0da0
commit 837353c6d0

View File

@@ -82,7 +82,7 @@ if ($config{'cal_max'}) {
open($fh3, "tail -$left $f->[0] |");
}
while(<$fh3>) {
print CAL $_;
print $fh2 $_;
$lnum++;
}
close($fh3);