tool/CommandCStruct.cpp
changeset 1827 489be2180f71
parent 1826 ec6223c3b7ec
child 1869 14f634f5b613
--- a/tool/CommandCStruct.cpp	Wed Feb 24 16:27:11 2010 +0100
+++ b/tool/CommandCStruct.cpp	Wed Feb 24 17:24:20 2010 +0100
@@ -165,7 +165,7 @@
     }
 
     cout
-        << "/* Slave " << slave.position;
+        << "/* Master " << m.getIndex() << ", Slave " << slave.position;
     if (strlen(slave.order)) {
         cout << ", \"" << slave.order << "\"";
     }