summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FtRtEvent
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-10 14:06:45 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-10 14:06:45 +0000
commita46dd8d729656ae7b28e510aaec847d085c099d2 (patch)
tree9902193abe07adc7d30aab369245d2221a41e4be /TAO/orbsvcs/tests/FtRtEvent
parent8bb14dab33b99ef7dba051cdbde7cfd4b303f472 (diff)
downloadATCD-a46dd8d729656ae7b28e510aaec847d085c099d2.tar.gz
Diffstat (limited to 'TAO/orbsvcs/tests/FtRtEvent')
-rw-r--r--TAO/orbsvcs/tests/FtRtEvent/supplier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/FtRtEvent/supplier.cpp b/TAO/orbsvcs/tests/FtRtEvent/supplier.cpp
index d34e17f4872..3917c241ef4 100644
--- a/TAO/orbsvcs/tests/FtRtEvent/supplier.cpp
+++ b/TAO/orbsvcs/tests/FtRtEvent/supplier.cpp
@@ -43,7 +43,7 @@ get_event_channel(int argc, ACE_TCHAR** argv)
use_gateway = 0;
break;
case 't':
- timer_interval.set(ACE_TEXT_ALWAYS_CHAR(atof(get_opt.opt_arg ())));
+ timer_interval.set(atof(ACE_TEXT_ALWAYS_CHAR(get_opt.opt_arg ())));
case 'h':
case '?':
ACE_DEBUG((LM_DEBUG,