summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/TAO_Internal.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e8de1edec8a..e63af2f20fa 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Tue Apr 8 12:58:34 UTC 2008 Iliyan Jeliazkov <iliyan@ociweb.com>
+
+ * tao/TAO_Internal.cpp:
+
+ Fixing a fuzz complaint
+
Tue Apr 8 12:04:20 UTC 2008 Iliyan Jeliazkov <iliyan@ociweb.com>
This is the last batch of changes related to the re-factoring of
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp
index 7484b853c45..bf01050c48b 100644
--- a/TAO/tao/TAO_Internal.cpp
+++ b/TAO/tao/TAO_Internal.cpp
@@ -260,7 +260,7 @@ namespace
// also quote arguments.
ACE_ARGV copyargv (argc, argv, true, true);
- // Adjust to proper TCHAR type
+ // Adjust to proper type
int tmpargc = argc;
ACE_Argv_Type_Converter cvtargv (tmpargc, copyargv.argv());