Index: /trunk/FACT++/src/Fits.cc
===================================================================
--- /trunk/FACT++/src/Fits.cc	(revision 10946)
+++ /trunk/FACT++/src/Fits.cc	(revision 10947)
@@ -301,5 +301,5 @@
 
     //the first standard variable is the current MjD
-    if (fEndMjD == 0)
+    if (fEndMjD==0)
     {
         const double doubleValue = *reinterpret_cast<double*>(fStandardPointers[0]);
@@ -316,5 +316,5 @@
         fits_get_errstatus(status, text);
         ostringstream str;
-        str << "Writing FITS row " << fNumRow << " in " << fFileName << ": " << text << " (file_write_tblbytes, rc=" << status << ")";
+        str << "Writing FITS row " << fNumRows << " in " << fFileName << ": " << text << " (file_write_tblbytes, rc=" << status << ")";
         fMess->Error(str);
         // FIXME: What is a proper action here?
