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
This commit is contained in:
parent
18843d436a
commit
0b728c4537
1 changed files with 3 additions and 3 deletions
|
@ -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 " = " */
|
||||
|
|
Loading…
Reference in a new issue