summaryrefslogtreecommitdiff
path: root/src/decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decode.c')
-rw-r--r--src/decode.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/decode.c b/src/decode.c
index 94d3ba3f..1bc54372 100644
--- a/src/decode.c
+++ b/src/decode.c
@@ -143,7 +143,8 @@ static Dstr *Decode_charset(Decode *dc, Dstr *input)
int rc = 0;
Dstr *output;
- char *inPtr, *outPtr;
+ inbuf_t *inPtr;
+ char *outPtr;
size_t inLeft, outRoom;
output = dStr_new("");