summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/driver/drv_preproc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/driver/drv_preproc.cpp')
-rw-r--r--TAO/TAO_IDL/driver/drv_preproc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/driver/drv_preproc.cpp b/TAO/TAO_IDL/driver/drv_preproc.cpp
index ba420be05aa..9825bf33cd9 100644
--- a/TAO/TAO_IDL/driver/drv_preproc.cpp
+++ b/TAO/TAO_IDL/driver/drv_preproc.cpp
@@ -342,7 +342,7 @@ DRV_pre_proc(const char *myfile)
idl_global->set_filename(new UTL_String (myfile));
idl_global->set_main_filename(new UTL_String (myfile));
ACE_Auto_String_Free tmp (ACE_OS::strdup (myfile));
- idl_global->set_stripped_filename(new UTL_String (DRV_stripped_name (tmp.get ())));
+ idl_global->set_stripped_filename(new UTL_String (tmp.get ()));
idl_global->set_real_filename(new UTL_String (tmp_ifile));
}