summaryrefslogtreecommitdiff
path: root/ace/ACE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/ACE.cpp')
-rw-r--r--ace/ACE.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/ACE.cpp b/ace/ACE.cpp
index 9caa6cce9ea..36b25a94d5f 100644
--- a/ace/ACE.cpp
+++ b/ace/ACE.cpp
@@ -161,10 +161,10 @@ ACE::strsplit_r (char *str,
if (tok_loc != 0)
{
// Return the beginning of the string.
- ret = next_start;
+ ret = next_start;
// Insure it's terminated.
- *tok_loc = '\0';
+ *tok_loc = '\0';
next_start = tok_loc + ACE_OS::strlen (token);
}
else
@@ -1534,7 +1534,6 @@ int
ACE::set_handle_limit (int new_limit)
{
ACE_TRACE ("ACE::set_handle_limit");
- ACE_TRACE ("ACE::set_handle_limit");
int cur_limit = ACE::max_handles ();
if (cur_limit == -1)