summaryrefslogtreecommitdiff
path: root/src/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform.h')
-rw-r--r--src/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform.h b/src/platform.h
index b9a9e9c..fbcffc9 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -8,7 +8,7 @@
typedef struct t_ts_file_content
{
- int content_length;
+ size_t content_length;
void *content;
int file_error;
} ts_file_content;