diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-17 01:00:59 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-17 01:00:59 +0000 |
commit | 645542712cf3522736708ae402f5065a2df0170f (patch) | |
tree | 4338ef4459ce3d592e36e14433835d67d0f1c3ef /ace/SPIPE_Addr.cpp | |
parent | e95bcaa22ecd7f473cb7ff1b0957db428f7c5184 (diff) | |
download | ATCD-645542712cf3522736708ae402f5065a2df0170f.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SPIPE_Addr.cpp')
-rw-r--r-- | ace/SPIPE_Addr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SPIPE_Addr.cpp b/ace/SPIPE_Addr.cpp index 3e97a16aa0c..2c66d4107f6 100644 --- a/ace/SPIPE_Addr.cpp +++ b/ace/SPIPE_Addr.cpp @@ -85,7 +85,7 @@ ACE_SPIPE_Addr::set (LPCTSTR addr, len += sizeof (this->SPIPE_addr_.gid_); #if defined (ACE_WIN32) - TCHAR *colonp = ACE_OS::strchr (addr, ':'); + const TCHAR *colonp = ACE_OS::strchr (addr, ':'); TCHAR temp[BUFSIZ]; if (colonp == 0) // Assume it's a local name. |