summaryrefslogtreecommitdiff
path: root/ACE/ace/Get_Opt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Get_Opt.cpp')
-rw-r--r--ACE/ace/Get_Opt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Get_Opt.cpp b/ACE/ace/Get_Opt.cpp
index 0afe6464a80..b70e3d18248 100644
--- a/ACE/ace/Get_Opt.cpp
+++ b/ACE/ace/Get_Opt.cpp
@@ -368,7 +368,7 @@ ACE_Get_Opt::short_option_i (void)
/* Look at and handle the next option-character. */
ACE_TCHAR opt = *this->nextchar_++;
// Set last_option_ to opt
- this->last_option (ACE_CString (opt));
+ this->last_option (opt);
ACE_TCHAR *oli = 0;
oli =