tool/CommandConfig.cpp
changeset 1918 c58633eed20b
parent 1880 f46bec1b5f21
child 1966 23c638a81fe7
--- a/tool/CommandConfig.cpp	Fri Apr 30 15:08:09 2010 +0200
+++ b/tool/CommandConfig.cpp	Fri Apr 30 21:34:18 2010 +0200
@@ -330,10 +330,7 @@
             str.clear();
             str.str("");
 
-            str << alStateString(slave.al_state);
-            info.state = str.str();
-            str.clear();
-            str.str("");
+            info.state = alStateString(slave.al_state);
         } else {
             str << "-";
             info.slavePos = str.str();