diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-09-27 22:35:51 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-09-27 22:35:51 +0000 |
commit | 5a8fcb117d05ba23fbf9d5a30d2d74595ad5ce72 (patch) | |
tree | b0681352ab817b230d82e82b4fd2b251abf8fa6a /ace/ARGV.cpp | |
parent | d8c5123169fe64bc0ca498681daae9314f2b1ed9 (diff) | |
download | ATCD-5a8fcb117d05ba23fbf9d5a30d2d74595ad5ce72.tar.gz |
ChangeLogTag:Thu Sep 27 06:12:21 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/ARGV.cpp')
-rw-r--r-- | ace/ARGV.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ARGV.cpp b/ace/ARGV.cpp index a45949285b8..2d653a0ca58 100644 --- a/ace/ARGV.cpp +++ b/ace/ARGV.cpp @@ -141,7 +141,7 @@ ACE_ARGV::ACE_ARGV (ACE_TCHAR *argv[], // Replace the null char that strecpy copies with white space as // a separator. - *(end-1) = ACE_LIB_TEXT (' '); + *(end - 1) = ACE_LIB_TEXT (' '); } // Remember how many arguments there are |