INTEGRATION: CWS os2port01 (1.8.10); FILE MERGED
2006/12/28 15:02:28 ydario 1.8.10.1: OS/2 initial import.
This commit is contained in:
parent
7e6bf7cdca
commit
42f8792fec
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user