diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-06-12 15:17:32 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-06-12 15:17:32 +0000 |
commit | 82ecfb690fafe3aef0011209d446d2055bbbe3bb (patch) | |
tree | d91a8aafd880fdedbfad9d6ec16b586a76573056 /ace/ARGV.i | |
parent | d4f3e99397a6956ddbb85c6ede649bd4bb1313d4 (diff) | |
download | ATCD-82ecfb690fafe3aef0011209d446d2055bbbe3bb.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/ARGV.i')
-rw-r--r-- | ace/ARGV.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ARGV.i b/ace/ARGV.i index 6c662efe7ae..9a6fd8670fa 100644 --- a/ace/ARGV.i +++ b/ace/ARGV.i @@ -26,7 +26,7 @@ ACE_ARGV::buf (void) ACE_TRACE ("ACE_ARGV::buf"); if (this->buf_ == 0 && this->state_ == ITERATIVE) - this->create_buf_from_queue(); + this->create_buf_from_queue (); return (const ASYS_TCHAR *)this->buf_; } |