From 6b9434d5ad56eaf1eb8e8b1ff36311c3d860b449 Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Thu, 30 Apr 2009 15:56:53 +0000 Subject: [PATCH] Decimal transmission delay. --- tool/CommandSlaves.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/CommandSlaves.cpp b/tool/CommandSlaves.cpp index 28f0af6c..53912875 100644 --- a/tool/CommandSlaves.cpp +++ b/tool/CommandSlaves.cpp @@ -263,7 +263,7 @@ void CommandSlaves::showSlaves( 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; } -- GitLab