X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FThingy%2FDx.pm;h=3621d2545c926d1aa53679ecbf104243d472cb35;hb=4461c555c086c35adc0f458ffbe3e6a03cfc68a1;hp=c94760c25378809e7959fabcca595e76fab408b8;hpb=0dfc6b88cf90a8b8d01f672f6c75915dd4afaf6a;p=spider.git diff --git a/perl/Thingy/Dx.pm b/perl/Thingy/Dx.pm index c94760c2..3621d254 100644 --- a/perl/Thingy/Dx.pm +++ b/perl/Thingy/Dx.pm @@ -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},