diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-18 07:21:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-18 07:21:15 +0000 |
commit | 0b728c4537f68ceadfd0ded6f1c155dc834a55d4 (patch) | |
tree | 144b84b7bbf835dd4446c06c4a34ff2a76362af3 /setup_native | |
parent | 18843d436a6f70708f71a1fbc353a45e0cf05c80 (diff) |
INTEGRATION: CWS nativefixer1 (1.2.2); FILE MERGED
2004/10/22 14:39:31 is 1.2.2.1: #117835# increase buffer for ulf files
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/source/ulfconv/ulfconv.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setup_native/source/ulfconv/ulfconv.cxx b/setup_native/source/ulfconv/ulfconv.cxx index 6d50227b4c2a..3f1646330a82 100644 --- a/setup_native/source/ulfconv/ulfconv.cxx +++ b/setup_native/source/ulfconv/ulfconv.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ulfconv.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-10-18 14:08:04 $ + * last change: $Author: obo $ $Date: 2004-11-18 08:21:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -349,7 +349,7 @@ int main( int argc, char * const argv[] ) } /* read line by line from stdin */ - char buffer[512]; + char buffer[65536]; while ( NULL != fgets(buffer, sizeof(buffer), istream) ) { /* only handle lines containing " = " */ |