*** empty log message ***

svn path=/trunk/boinc/; revision=2553
This commit is contained in:
David Anderson 2003-10-23 22:40:27 +00:00
parent d45d1e2029
commit 67a28ec573
1 changed files with 1 additions and 1 deletions

View File

@ -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);