diff options
Diffstat (limited to 'clectio.c')
| -rw-r--r-- | clectio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ static long days_from_civil(long y, unsigned m, unsigned d) { static void load_text(void) { unsigned raw = text_lz[0] | text_lz[1] << 8 | text_lz[2] << 16 | (unsigned)text_lz[3] << 24; - int cap = 8192, n = 0; + size_t cap = 8192, n = 0; char *p; textbuf = malloc(raw + 1); lz_unpack(text_lz + 4, text_lz_len - 4, (unsigned char *)textbuf, raw); |
