summaryrefslogtreecommitdiff
path: root/sal/osl/unx/profile.c
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-08-20 13:36:22 +0000
committerJoachim Lingner <jl@openoffice.org>2001-08-20 13:36:22 +0000
commit9181f02d028b80847b6d7584728cc654b0b1d7ad (patch)
treeb7b9c916968d43c9eecf2233d2442f86d1617569 /sal/osl/unx/profile.c
parentdf4894ae4a92898aac0d2b9d45536938ac279d59 (diff)
#90817# increased string buffer from 1024 to 4096 in lookupProfile
Diffstat (limited to 'sal/osl/unx/profile.c')
-rw-r--r--sal/osl/unx/profile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/unx/profile.c b/sal/osl/unx/profile.c
index 970f3678a4b9..eddcd417c873 100644
--- a/sal/osl/unx/profile.c
+++ b/sal/osl/unx/profile.c
@@ -2,9 +2,9 @@
*
* $RCSfile: profile.c,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obr $ $Date: 2001-05-11 19:20:10 $
+ * last change: $Author: jl $ $Date: 2001-08-20 14:36:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2556,7 +2556,7 @@ static sal_Bool lookupProfile(const sal_Char *pszPath, const sal_Char *pszFile,
sal_Char *pChr, *pStr;
sal_Char Path[PATH_MAX];
sal_Char Product[132];
- sal_Char Buffer[1024];
+ sal_Char Buffer[4096];
Path[0] = '\0';
Product[0] = '\0';