added changes for VE7CC's windows programs. There may be more soon.
[spider.git] / perl / Spot.pm
index 462cb673f7fd02db3b00e6bb94a4e4a4ba9df3df..8708ac4df79e953639ea5851bb7d7b97768f1fa8 100644 (file)
@@ -136,7 +136,7 @@ sub prepare
 
 sub add
 {
-       my $buf = join("\^", @_);
+       my $buf = join('^', @_);
        $fp->writeunix($_[2], $buf);
        $totalspots++;
        if ($_[0] <= 30000) {