summaryrefslogtreecommitdiff
path: root/TAO/tao/FILE_Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/FILE_Parser.cpp')
-rw-r--r--TAO/tao/FILE_Parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/FILE_Parser.cpp b/TAO/tao/FILE_Parser.cpp
index b0f0d551994..91579c20c98 100644
--- a/TAO/tao/FILE_Parser.cpp
+++ b/TAO/tao/FILE_Parser.cpp
@@ -52,7 +52,7 @@ TAO_FILE_Parser::parse_string (const char *ior,
if (file == 0)
return CORBA::Object::_nil ();
- ACE_Read_Buffer reader (file, true);
+ ACE_Read_Buffer reader (file, 1);
char* string = reader.read ();