diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2009-06-24 23:52:35 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2009-06-24 23:52:35 +0000 |
commit | 00f5c123221f1f60b1ff365d7cd14d4317e06ce1 (patch) | |
tree | 03495e9c736e43f1e2d44ad4e7c83a287f29b20b /ACE/ace/Log_Msg.cpp | |
parent | e0c701f206c2f136457b3d96310e2e28590b48f6 (diff) | |
download | ATCD-CIAOCDM.tar.gz |
new branchCIAOCDM
Diffstat (limited to 'ACE/ace/Log_Msg.cpp')
-rw-r--r-- | ACE/ace/Log_Msg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Log_Msg.cpp b/ACE/ace/Log_Msg.cpp index 5c6d75287ac..ce445120de9 100644 --- a/ACE/ace/Log_Msg.cpp +++ b/ACE/ace/Log_Msg.cpp @@ -1025,7 +1025,7 @@ ACE_Log_Msg::log (const ACE_TCHAR *format_str, // bp is pointer to where to put next part of logged message. // bspace is the number of characters remaining in msg_. ACE_TCHAR *bp = const_cast<ACE_TCHAR *> (this->msg ()); - size_t bspace = ACE_MAXLOGMSGLEN; // Leave room for Nul term. + size_t bspace = ACE_Log_Record::MAXLOGMSGLEN; // Leave room for Nul term. if (this->msg_off_ <= ACE_Log_Record::MAXLOGMSGLEN) bspace -= static_cast<size_t> (this->msg_off_); |