really REALLY fix period C records
authorDirk Koopman <djk@tobit.co.uk>
Mon, 25 Jun 2007 14:17:19 +0000 (15:17 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Mon, 25 Jun 2007 14:17:19 +0000 (15:17 +0100)
perl/DXProt.pm
perl/Version.pm

index ab1ebd1f6f239e640808aa53584fc3ab7bf08485..18d7bdb5ae4bea70c4adfcea392b8e58a6f9aae4 100644 (file)
@@ -476,7 +476,7 @@ sub process
                        # all my non pc9x dependent nodes.
                        if ($main::systime >= $dxchan->{next_pc92_update}) {
                                if ($dxchan->{call} eq $main::mycall || !$dxchan->{do_pc9x}) {
-                                       $main::me->broadcast_pc92_update($dxchan->{call});
+                                       $dxchan->broadcast_pc92_update($dxchan->{call});
                                }
                        }
                }
index 69d95f5a59acb5557a60ebbd0577151f1aca6e45..af7281e0e2b9a9cbb39e7fb3ea23c03ff152db25 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '88';
+$build = '89';
 
 1;