<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.4417.0">
<TITLE>bug in Spot::formatb</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Dirk,</FONT>
</P>

<P><FONT SIZE=2>probably a very small bug...</FONT>

<BR><FONT SIZE=2>but could be a possible source of dupe spots</FONT>

<BR><FONT SIZE=2>if someone has a user connection to a spider</FONT>
</P>

<P><FONT SIZE=2>saw this spot:</FONT>
</P>

<P><FONT SIZE=2>DX de VR2XMT:&nbsp;&nbsp;&nbsp; 50150.0&nbsp; GM0PLH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; noise here QSY back 160&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0925Z</FONT>

<BR><FONT SIZE=2>DX de ON4NA:&nbsp;&nbsp;&nbsp;&nbsp; 21253.6&nbsp; JH4TEW&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; KAZU INNOSHIMA ISL AS 117 IF N 0927Z</FONT>

<BR><FONT SIZE=2>DX de F8TSV:&nbsp;&nbsp;&nbsp;&nbsp; 14023.1&nbsp; VK3XU&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cw &gt;50w 599&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0926Z</FONT>
</P>

<P><FONT SIZE=2>noticed that the text of the ON4NA spot was 1 char too long</FONT>

<BR><FONT SIZE=2>looking at the code, there is no maximum length defined</FONT>
</P>

<P><FONT SIZE=2>perl/Spot.pm line 276:</FONT>

<BR><FONT SIZE=2>return sprintf &quot;DX de %-7.7s%11.1f&nbsp; %-12.12s %-29s %s$loc&quot;, &quot;$_[4]:&quot;, $_[0], $_[1], $_[3], $t ;</FONT>
</P>

<P><FONT SIZE=2>should probably be:</FONT>

<BR><FONT SIZE=2>return sprintf &quot;DX de %-7.7s%11.1f&nbsp; %-12.12s %-29.29s %s$loc&quot;, &quot;$_[4]:&quot;, $_[0], $_[1], $_[3], $t ;</FONT>
</P>
<BR>

<P><FONT SIZE=2>You see Dirk, I'm already going through a lot of code...</FONT>

<BR><FONT SIZE=2>b.t.w. very nice written !</FONT>
</P>

<P><FONT SIZE=2>Filip</FONT>

<BR><FONT SIZE=2>on1afn</FONT>
</P>

</BODY>
</HTML>