X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FThingy%2FDx.pm;h=3621d2545c926d1aa53679ecbf104243d472cb35;hb=4461c555c086c35adc0f458ffbe3e6a03cfc68a1;hp=1311e8f15fa6e99fd776d276703781f5f1a5818f;hpb=319cdc6c2167b84d93ee1d9c6d219405f4272b82;p=spider.git diff --git a/perl/Thingy/Dx.pm b/perl/Thingy/Dx.pm index 1311e8f1..3621d254 100644 --- a/perl/Thingy/Dx.pm +++ b/perl/Thingy/Dx.pm @@ -31,7 +31,7 @@ sub gen_Aranea $thing->{f} = $sd->[0]; $thing->{c} = $sd->[1]; $thing->{b} = $sd->[4] unless $thing->{user}; - my $t = $sd->[2]; + my $t = int($sd->[2] / 60); $thing->{t} = sprintf("%X", $t) unless $t eq int($main::systime / 60); $thing->{o} = $sd->[7] unless $sd->[7] eq $main::mycall; $thing->{i} = $sd->[3] if $sd->[3];