From 0b728c4537f68ceadfd0ded6f1c155dc834a55d4 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 18 Nov 2004 07:21:15 +0000 Subject: [PATCH] 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 --- setup_native/source/ulfconv/ulfconv.cxx | 6 +++--- 1 file 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 " = " */