diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2005-08-08 16:00:42 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2005-08-08 16:00:42 +0000 |
commit | a5755dc7d21b21f24cd61c2652919a60801130b9 (patch) | |
tree | 7c11d3080eded91c0ed944b0d464f67f9a2ea105 /ace/Process.cpp | |
parent | 303757dda19163f5773a27e97f5cb603f3eb91c2 (diff) | |
download | ATCD-a5755dc7d21b21f24cd61c2652919a60801130b9.tar.gz |
Mon Aug 8 10:44:16 2005 William Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Process.cpp')
-rw-r--r-- | ace/Process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Process.cpp b/ace/Process.cpp index bb82f1a16be..69220b919bb 100644 --- a/ace/Process.cpp +++ b/ace/Process.cpp @@ -944,7 +944,7 @@ ACE_Process_Options::command_line (const ACE_TCHAR *format, ...) // sprintf the format and args into command_line_buf__. ACE_OS::vsnprintf (command_line_buf_, - command_line_buf_len - 1, + command_line_buf_len_ - 1, format, argp); |