Index: trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc
===================================================================
--- trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc	(revision 7707)
+++ trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc	(revision 7764)
@@ -231,6 +231,4 @@
     if (stat&kError)
         SetStatus(0);
-    if (stat&kStopped)
-        SetStatus(1);
     if (stat&kStandby)
         SetStatus(2);
Index: trunk/MagicSoft/Cosy/tcpip/MDriveCom.h
===================================================================
--- trunk/MagicSoft/Cosy/tcpip/MDriveCom.h	(revision 7707)
+++ trunk/MagicSoft/Cosy/tcpip/MDriveCom.h	(revision 7764)
@@ -29,10 +29,10 @@
     enum
     {
-        kError    = 0x01,
-        kMoving   = 0x02,
-        kTracking = 0x04,
-        kStopping = 0x08,
-        kStopped  = 0x10,
-	kStandby  = 0x20,
+        kError      = 0x01,
+        kMoving     = 0x02,
+        kTracking   = 0x04,
+        kStopping   = 0x08,
+        kStopped    = 0x10,
+	kStandby    = 0x20,
 	kMonitoring = 0x40
     };
