mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10545
This commit is contained in:
parent
f14d8ead9b
commit
07f6bcbd41
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue