From 5b2d5978bfea855912ba38e32985cee8c0f35a89 Mon Sep 17 00:00:00 2001 From: Bryan Ischo Date: Sat, 19 Jul 2008 03:58:34 +0000 Subject: * Fixed some issues that were uncovered when compiling -O3. libcurl issue with curl_off_t unresolved. --- inc/request.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/request.h b/inc/request.h index 7184d64..50ebf56 100644 --- a/inc/request.h +++ b/inc/request.h @@ -136,7 +136,7 @@ typedef struct Request char uri[MAX_URI_SIZE + 1]; // The HTTP response code that S3 sent back for this request - int httpResponseCode; + long httpResponseCode; // Callback to be made when headers are available. Might not be called. S3ResponsePropertiesCallback *propertiesCallback; -- cgit v1.2.1