Index: trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc
===================================================================
--- trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc	(revision 9516)
+++ trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc	(revision 9522)
@@ -138,5 +138,5 @@
     Float_t dra, ddec;
     Int_t n=sscanf(str.Data(), "%d %f %f %n", &id, &dra, &ddec, &len);
-    if (n!=1)
+    if (n!=3)
     {
         gLog << warn << "WARNING - Not enough argmuents (CELEST)." << endl;
