diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-08 23:21:51 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-08 23:21:51 +0100 |
| commit | 5d9e4b31317e02432c1e7437f1b75f252f968a3e (patch) | |
| tree | 54031a80ea3e5b3654ed74bfd1474edd9409f989 /src/platform.h | |
| parent | 15dd612705a2054cacfb794f5d1662f38316bbdd (diff) | |
remove imspinner dep
Diffstat (limited to 'src/platform.h')
| -rw-r--r-- | src/platform.h | 2 |
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; |
