summaryrefslogtreecommitdiff
path: root/ace/ACE.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-04 04:25:21 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-04 04:25:21 +0000
commit4c7cd98768039f8bf5de192d28d6f7a0048e2e10 (patch)
tree3ac9626df13e8c6ffce824873ab9ea0fe3ba9434 /ace/ACE.h
parentdac7bb69ba9c92fb5fb26e5b51e0d52987f81738 (diff)
downloadATCD-4c7cd98768039f8bf5de192d28d6f7a0048e2e10.tar.gz
.
Diffstat (limited to 'ace/ACE.h')
-rw-r--r--ace/ACE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ACE.h b/ace/ACE.h
index 1c2de5dfd08..e573a35f861 100644
--- a/ace/ACE.h
+++ b/ace/ACE.h
@@ -492,7 +492,7 @@ public:
// <delim> is '/'.
static const char *dirname (const char *pathname,
- char delim);
+ char delim = ACE_DIRECTORY_SEPARATOR_CHAR_A);
// Returns the "dirname" of a <pathname>. For instance, the
// basename of "/tmp/foo.cpp" is "/tmp" when <delim> is '/'. This
// method does not modify <pathname> and is not reentrant.