# HG changeset patch # User Florian Pose # Date 1241107013 0 # Node ID 07969876120fcaddf50bf8d75e48fe480f028f8d # Parent a737e88854374ac4d077107c798f954254865ea1 Decimal transmission delay. 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; }