diff options
Diffstat (limited to 'Modules/cjkcodecs/iso2022common.h')
-rw-r--r-- | Modules/cjkcodecs/iso2022common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/cjkcodecs/iso2022common.h b/Modules/cjkcodecs/iso2022common.h index cb8a159..e042d80 100644 --- a/Modules/cjkcodecs/iso2022common.h +++ b/Modules/cjkcodecs/iso2022common.h @@ -183,7 +183,7 @@ iso2022processesc(MultibyteCodec_State *state, const unsigned char **inbuf, size_t *inleft) { unsigned char charset, designation; - int i, esclen; + size_t i, esclen; for (i = 1;i < MAX_ESCSEQLEN;i++) { if (i >= *inleft) |