summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/driver/drv_args.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/driver/drv_args.cpp')
-rw-r--r--TAO/TAO_IDL/driver/drv_args.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/driver/drv_args.cpp b/TAO/TAO_IDL/driver/drv_args.cpp
index 9f09ca74382..15d651de616 100644
--- a/TAO/TAO_IDL/driver/drv_args.cpp
+++ b/TAO/TAO_IDL/driver/drv_args.cpp
@@ -572,7 +572,7 @@ DRV_parse_args (long ac, char **av)
// exception support
idl_global->exception_support (1);
}
- else if (av[i][2] == 't')
+ else if (av[i][2] == 'o')
{
// optimized typecode support
idl_global->opt_tc (1);