]> dxspider.org Git - spider.git/commitdiff
fix spotdup comments, qrgcall
authorDirk Koopman <djk@tobit.co.uk>
Thu, 13 Mar 2025 16:28:31 +0000 (16:28 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Thu, 13 Mar 2025 16:28:31 +0000 (16:28 +0000)
perl/Spot.pm

index e49c866145e35e63d570629a69276a912f40efff..b13cb72b9745ee9c2a41e30eaac0df0707bc3067 100644 (file)
@@ -264,7 +264,7 @@ sub add_local
 {
        my $buf = join('^', @_);
 
-       dup_new(@_);
+       dup_new(@_[0..4,7]);
 
        $fp->writeunix($_[2], $buf);
        if ($spotcachedays > 0) {
@@ -598,7 +598,7 @@ sub dup_add
        }
 
        if ($dupeqrgcall) {
-           $ldupkey = "X$nd|$call";
+           $ldupkey = "X$qrg|$call";
                $t = DXDupe::find($ldupkey);
                $storet = !$t && !$just_find ? ' STORE=>'.htime($main::systime+$dupeqrgcall) :'';
                dbg("Spot::add_dup: $check (QRG-CALL)  $ldupkey $storet" . ($t?(' DUPE=>'.htime($t)) :'')) if isdbg('spotdup');