summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-12-17 20:16:04 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-12-17 20:16:04 +0000
commit02bd7874df412bf7da4a7bb51aecba41769a3cd7 (patch)
treecc41f3ecd4cb54d19b37b894aa8a8a21b48d48c1
parent1da698ec665cf9953e498486acdec712cadb2cf9 (diff)
downloadATCD-02bd7874df412bf7da4a7bb51aecba41769a3cd7.tar.gz
Fuzz
-rw-r--r--TAO/TAO_IDL/driver/drv_args.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/driver/drv_args.cpp b/TAO/TAO_IDL/driver/drv_args.cpp
index 36de1b63cd5..d8d80596099 100644
--- a/TAO/TAO_IDL/driver/drv_args.cpp
+++ b/TAO/TAO_IDL/driver/drv_args.cpp
@@ -103,7 +103,7 @@ DRV_prep_cpp_arg (char *s)
std::string instr (s);
std::string newarg;
newarg.reserve (512);
-
+
for (std::string::size_type pos = instr.find_first_of (',');
pos != std::string::npos;
instr = instr.substr (pos + 1), pos = instr.find_first_of (','))