[Kstars-devel] KDE/kdeedu/kstars/kstars/skycomponents

James Bowlin bowlin at mindspring.com
Tue Dec 25 04:48:06 CET 2007


SVN commit 752604 by jbowlin:

Fixed a bug that erroneously created two error messages of the form:

cbounds.dat: tossing dupe on line XXX

on startup.  This fix also closed the gaps in the Aquarius and Cancer
constellation boundaries.

CCMAIL: kstars-devel at kde.org


 M  +1 -0      constellationboundarylines.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/skycomponents/constellationboundarylines.cpp #752603:752604
@@ -104,6 +104,7 @@
             QString cName = line.mid(1);
             polyList = new PolyList( cName );
             if ( verbose == -1 ) printf(":\n");
+            lastRa = lastDec = -1000.0;
             continue;
         }
 


More information about the Kstars-devel mailing list