*** empty log message ***

svn path=/trunk/boinc/; revision=10545
This commit is contained in:
Rom Walton 2006-06-28 21:44:42 +00:00
parent f14d8ead9b
commit 07f6bcbd41
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ public:
unsigned char* pByte; // pointer to bytes for reading via libcurl_read function
long lSeek; // this is a pointer within the file we're reading
char infile[PATH_MAX];
char outfile[PATH_MAX];
char infile[256];
char outfile[256];
char error_msg[256]; // put Curl error message here
bool bTempOutfile; // CMC -- flag that outfile is really a tempfile we should delete
char* req1;