times sigh
[spider.git] / perl / Thingy / Dx.pm
index c94760c25378809e7959fabcca595e76fab408b8..3621d2545c926d1aa53679ecbf104243d472cb35 100644 (file)
@@ -45,7 +45,7 @@ sub from_Aranea
        my $thing = shift;
        return unless $thing;
        my $t = hex($thing->{t}) if exists $thing->{t};
-       $t ||= $thing->{time} / 60;     # if it is an aranea generated
+       $t ||= int($thing->{time} / 60);        # if it is an aranea generated
        my @spot = Spot::prepare(
                                                         $thing->{f},
                                                         $thing->{c},