summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_dirent.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-07-31 18:23:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-07-31 18:23:50 +0000
commit7d4361e68588ce86ea329886eb3d618e8dbd3be2 (patch)
tree8b06b01347986111c082ac4884f660ab0c7ab261 /ACE/ace/OS_NS_dirent.cpp
parent422d9012926a0cfed2fa55dbdacdc5d6c06b1805 (diff)
downloadATCD-7d4361e68588ce86ea329886eb3d618e8dbd3be2.tar.gz
Tue Jul 31 18:14:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/OS_NS_dirent.cpp')
-rw-r--r--ACE/ace/OS_NS_dirent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/OS_NS_dirent.cpp b/ACE/ace/OS_NS_dirent.cpp
index 0743ef58fa2..b8c3f3401a6 100644
--- a/ACE/ace/OS_NS_dirent.cpp
+++ b/ACE/ace/OS_NS_dirent.cpp
@@ -78,9 +78,9 @@ ACE_OS::opendir_emulation (const ACE_TCHAR *filename)
if (filename[lastchar-1] != '*')
{
if (filename[lastchar-1] != '/' && filename[lastchar-1] != '\\')
- ACE_OS::strcpy (extra, ACE_LIB_TEXT ("/*"));
+ ACE_OS::strcpy (extra, ACE_TEXT ("/*"));
else
- ACE_OS::strcpy (extra, ACE_LIB_TEXT ("*"));
+ ACE_OS::strcpy (extra, ACE_TEXT ("*"));
}
}