diff --git a/tools/aprs-is-xmit b/tools/aprs-is-xmit index 978cd0e..c3d0c7f 100755 --- a/tools/aprs-is-xmit +++ b/tools/aprs-is-xmit @@ -53,10 +53,10 @@ while (! $quit && $now < $last) { $line = $APRSIS->getline; if ($now > $next) { - $now += 5; + $next += 5; last if ($#pkts < 0); - $APRSIS->sendline(pop @pkts); + $APRSIS->sendline(shift @pkts); } next if (!defined $line);