equal
deleted
inserted
replaced
153 char **outbuf, size_t *outbytesleft) |
153 char **outbuf, size_t *outbytesleft) |
154 { |
154 { |
155 /* For simplicity, we'll convert everything to and from UCS-4 */ |
155 /* For simplicity, we'll convert everything to and from UCS-4 */ |
156 char *src, *dst; |
156 char *src, *dst; |
157 size_t srclen, dstlen; |
157 size_t srclen, dstlen; |
158 Uint32 ch; |
158 Uint32 ch = 0; |
159 size_t total; |
159 size_t total; |
160 |
160 |
161 if ( !inbuf || !*inbuf ) { |
161 if ( !inbuf || !*inbuf ) { |
162 /* Reset the context */ |
162 /* Reset the context */ |
163 return 0; |
163 return 0; |