Index: trunk/MagicSoft/Mars/mreport/MReportStarguider.cc
===================================================================
--- trunk/MagicSoft/Mars/mreport/MReportStarguider.cc	(revision 6994)
+++ trunk/MagicSoft/Mars/mreport/MReportStarguider.cc	(revision 7005)
@@ -84,5 +84,5 @@
 {
     Int_t len;
-    Int_t n=sscanf(str.Data(), "%lf %lf %n", &fDevAz, &fDevZd, &len);
+    Int_t n=sscanf(str.Data(), "%lf %lf %n", &fDevZd, &fDevAz, &len);
     if (n!=2)
     {
@@ -105,5 +105,5 @@
     MAstro::String2Angle(str, fNominalAz);   // Nom Az
 
-    if (ver < 999999999)
+    if (ver < 200503220)
     {
         // Until a fix in the software the written position was nonsense
