diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-04 04:25:21 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-04 04:25:21 +0000 |
commit | 4c7cd98768039f8bf5de192d28d6f7a0048e2e10 (patch) | |
tree | 3ac9626df13e8c6ffce824873ab9ea0fe3ba9434 /ace/ACE.h | |
parent | dac7bb69ba9c92fb5fb26e5b51e0d52987f81738 (diff) | |
download | ATCD-4c7cd98768039f8bf5de192d28d6f7a0048e2e10.tar.gz |
.
Diffstat (limited to 'ace/ACE.h')
-rw-r--r-- | ace/ACE.h | 2 |
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. |