SVN commit 827648 by harris: Additional fix from trunk: send Sign to findPrecise() rather than prevSign. CCMAIL: kstars-devel@kde.org M +1 -1 ksconjunct.cpp --- branches/kstars/unfrozen/kstars/kstars/tools/ksconjunct.cpp #827647:827648 @@ -98,7 +98,7 @@ } // kDebug() << "Sign = " << Sign << " and " << "prevSign = " << prevSign << ": Entering findPrecise()\n"; - if(findPrecise(&extremum, &Object1, &Object2, jd, step, prevSign)) + if(findPrecise(&extremum, &Object1, &Object2, jd, step, Sign)) if(extremum.second.radians() < maxSeparation.radians()) Separations.insert(extremum.first, extremum.second); }