mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2553
This commit is contained in:
parent
d45d1e2029
commit
67a28ec573
|
@ -37,7 +37,7 @@ int MFILE::open(char* path, char* mode) {
|
|||
|
||||
int MFILE::printf(char* format, ...) {
|
||||
va_list ap;
|
||||
char buf2[4096];
|
||||
char buf2[20000];
|
||||
int n, k;
|
||||
|
||||
va_start(ap, format);
|
||||
|
|
Loading…
Reference in New Issue