summaryrefslogtreecommitdiff
path: root/rdbmaker
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 14:03:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 14:03:55 +0000
commit66de6265c27921875c44f8dffb28fe74999b540d (patch)
tree62334858fa73fd140d7e80fc8fa84753c4049696 /rdbmaker
parente2177320502c8c22cdf3dbc2f5db99336ec77027 (diff)
INTEGRATION: CWS os2port01 (1.8.10); FILE MERGED
2006/12/28 15:02:28 ydario 1.8.10.1: OS/2 initial import.
Diffstat (limited to 'rdbmaker')
-rw-r--r--rdbmaker/source/rdbmaker/rdbmaker.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rdbmaker/source/rdbmaker/rdbmaker.cxx b/rdbmaker/source/rdbmaker/rdbmaker.cxx
index 0c2bc2970..bc0576b4e 100644
--- a/rdbmaker/source/rdbmaker/rdbmaker.cxx
+++ b/rdbmaker/source/rdbmaker/rdbmaker.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rdbmaker.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 04:10:17 $
+ * last change: $Author: vg $ $Date: 2007-09-20 15:03:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -240,7 +240,7 @@ OString createFileName(const OString& path)
continue;
}
-#ifdef SAL_UNX
+#if defined(SAL_UNX) || defined(SAL_OS2)
if (mkdir((char*)nameBuffer.getStr(), 0777) == -1)
#else
if (mkdir((char*)nameBuffer.getStr()) == -1)