summaryrefslogtreecommitdiff
path: root/ace/CDR_Stream.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-27 04:23:30 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-27 04:23:30 +0000
commit4e78e0e7a2ca80b771ea09105e90e263c031ee2d (patch)
treebf1f2c31c530c93cf6e43315a86f4efe252b335e /ace/CDR_Stream.cpp
parente7cb82759a9ce6e2a604d28ceefec0a89ba75992 (diff)
downloadATCD-4e78e0e7a2ca80b771ea09105e90e263c031ee2d.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/CDR_Stream.cpp')
-rw-r--r--ace/CDR_Stream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/CDR_Stream.cpp b/ace/CDR_Stream.cpp
index 0f4ed8875fc..f0be64bbb19 100644
--- a/ace/CDR_Stream.cpp
+++ b/ace/CDR_Stream.cpp
@@ -245,7 +245,7 @@ ACE_OutputCDR::grow_and_adjust (size_t size,
// Now we are ready to set buf..
// recompute the position....
- buf = ptr_align_binary (this->current_->wr_ptr(), align);
+ buf = ptr_align_binary (this->current_->wr_ptr (), align);
this->current_->wr_ptr (buf + size);
return 0;
}