diff options
Diffstat (limited to 'TAO/examples/Persistent_Grid/Simple_util.cpp')
-rw-r--r-- | TAO/examples/Persistent_Grid/Simple_util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Persistent_Grid/Simple_util.cpp b/TAO/examples/Persistent_Grid/Simple_util.cpp index 16cfb95b5ed..c975d826b82 100644 --- a/TAO/examples/Persistent_Grid/Simple_util.cpp +++ b/TAO/examples/Persistent_Grid/Simple_util.cpp @@ -45,7 +45,7 @@ Server<Servant>::parse_args (void) if (this->ior_output_file_ == 0) ACE_ERROR_RETURN ((LM_ERROR, "Unable to open %s for writing: %p\n", - ACE_TEXT_CHAR_TO_TCHAR (get_opts.opt_arg ())), -1); + get_opts.opt_arg ()), -1); break; case 'm': |