summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup_native/source/ulfconv/ulfconv.cxx6
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 " = " */