summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/benchmark
diff options
context:
space:
mode:
authorsumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-18 17:59:08 +0000
committersumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-18 17:59:08 +0000
commit6ac653edff019edb6947754ccf3a75d1bac6c5bb (patch)
tree0993bb6600b1c5d57fc97a3d4ae4a1d1e897267b /TAO/orbsvcs/tests/AVStreams/benchmark
parent757b90fa7a98151cc2191376a8f97c25a3f2f751 (diff)
downloadATCD-6ac653edff019edb6947754ccf3a75d1bac6c5bb.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/benchmark')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/benchmark/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/benchmark/client.cpp b/TAO/orbsvcs/tests/AVStreams/benchmark/client.cpp
index 0c59df22317..c3e028f22f1 100644
--- a/TAO/orbsvcs/tests/AVStreams/benchmark/client.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/benchmark/client.cpp
@@ -210,7 +210,7 @@ main (int argc, char **argv)
while ((c = opts ()) != -1)
switch (c)
{
- case 't':
+ case 'T':
thread_count = (u_int) ACE_OS::atoi (opts.optarg);
continue;
default: