diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-02-12 06:30:46 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-02-12 06:30:46 +0000 |
commit | f6d8dd8a6bf155ec7c6dda852d55ff433f589412 (patch) | |
tree | 611726b43c9646eb23f45dc5860f760ccf50e9eb /ace/MEM_Connector.cpp | |
parent | 491c3a8f0f4baec1a0309d42ff6cd8657806dd6c (diff) | |
download | ATCD-f6d8dd8a6bf155ec7c6dda852d55ff433f589412.tar.gz |
ChangeLogTag:Sat Feb 12 00:27:45 2000 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/MEM_Connector.cpp')
-rw-r--r-- | ace/MEM_Connector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/MEM_Connector.cpp b/ace/MEM_Connector.cpp index 090e2cf2e9d..48df29ccff1 100644 --- a/ace/MEM_Connector.cpp +++ b/ace/MEM_Connector.cpp @@ -87,7 +87,7 @@ ACE_MEM_Connector::connect (ACE_MEM_Stream &new_stream, // Do not close the handle. // now we should setup the mmap malloc. - char buf[MAXPATHLEN]; + TCHAR buf[MAXPATHLEN]; // @@ Need to handle timeout here. ACE_INT16 buf_len; |