Index: /trunk/FACT++/src/dataLogger.cc
===================================================================
--- /trunk/FACT++/src/dataLogger.cc	(revision 10953)
+++ /trunk/FACT++/src/dataLogger.cc	(revision 10954)
@@ -1309,5 +1309,5 @@
 
     //create the converter for that service
-    if (sub.fConv == NULL && isItaReport)
+    if (sub.fConv && isItaReport)
     {
         //trick the converter in case of 'C'. why do I do this ? well simple: the converter checks that the right number
@@ -1889,5 +1889,5 @@
             }
 
-        if (hasGrouping && cRunNumber->runFitsFile == NULL)
+        if (hasGrouping && cRunNumber->runFitsFile)
             try
             {
