diff -r a737e8885437 -r 07969876120f tool/CommandSlaves.cpp --- a/tool/CommandSlaves.cpp Thu Apr 30 14:44:37 2009 +0000 +++ b/tool/CommandSlaves.cpp Thu Apr 30 15:56:53 2009 +0000 @@ -263,7 +263,7 @@ cout << "yes, delay measurement only" << endl; } cout << " DC system time transmission delay: " - << si->transmission_delay << " ns" << endl; + << dec << si->transmission_delay << " ns" << endl; } else { cout << "no" << endl; }