From 07f6bcbd41409647d7ca6c963418d61c5c24eea7 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 28 Jun 2006 21:44:42 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10545 --- client/http_curl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/http_curl.h b/client/http_curl.h index 8e7c372af1..24e4a576d0 100644 --- a/client/http_curl.h +++ b/client/http_curl.h @@ -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;