Index: native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc |
diff --git a/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc b/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc |
index f5f8089389ace71b5794f676fe290c3f311031d3..ee5e5f33681905de086e65866a0a056a711ec03a 100644 |
--- a/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc |
+++ b/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc |
@@ -390,7 +390,7 @@ Error HttpFs::LoadManifest(const std::string& manifest_name, |
if (error) |
return error; |
- size_t size; |
+ off_t size; |
error = manifest_node->GetSize(&size); |
if (error) |
return error; |