#99601# multiple tempfiles now work under unix, problem with temporary file name creation fixed

This commit is contained in:
Jörg Budischewski
2002-06-24 14:28:47 +00:00
parent cc5eaed312
commit f25fa80836

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: global.cxx,v $ * $RCSfile: global.cxx,v $
* *
* $Revision: 1.14 $ * $Revision: 1.15 $
* *
* last change: $Author: hr $ $Date: 2002-02-21 11:31:21 $ * last change: $Author: jbu $ $Date: 2002-06-24 15:28:47 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -147,7 +147,7 @@ OString makeTempName(sal_Char* prefix)
#endif #endif
#ifdef SAL_UNX #ifdef SAL_UNX
strcat(tmpPattern, "\\"); strcat(tmpPattern, "/");
strcat(tmpPattern, pPrefix); strcat(tmpPattern, pPrefix);
strcat(tmpPattern, "XXXXXX"); strcat(tmpPattern, "XXXXXX");
#ifdef FREEBSD #ifdef FREEBSD