diff options
Diffstat (limited to 'iconv/gconv_open.c')
-rw-r--r-- | iconv/gconv_open.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconv/gconv_open.c b/iconv/gconv_open.c index 2374703e21..c54054a3e5 100644 --- a/iconv/gconv_open.c +++ b/iconv/gconv_open.c @@ -188,12 +188,12 @@ __gconv_open (const char *toset, const char *fromset, __gconv_t *handle, { size_t size; - /* Would have to be done if we would not clear the whole - array above. */ /* If this is the last step we must not allocate an output buffer. */ result->__data[cnt].__flags = conv_flags; + /* Would have to be done if we would not clear the whole + array above. */ #if 0 /* Reset the counter. */ result->__data[cnt].__invocation_counter = 0; |