X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=cups%2Ftranscode.c;h=0e33744ad254814eedf2fd0af371dd69e007043e;hp=29e21b4b0df6fff10fc71d02299764bd7da044fb;hb=84315f460a5c9eb38f7fcc4204acf98ed2b29406;hpb=82f972324ddde683be8a6d302f9937532ab0cf81 diff --git a/cups/transcode.c b/cups/transcode.c index 29e21b4b0..0e33744ad 100644 --- a/cups/transcode.c +++ b/cups/transcode.c @@ -88,7 +88,7 @@ cupsCharsetToUTF8( const cups_encoding_t encoding) /* I - Encoding */ { cups_utf8_t *destptr; /* Pointer into UTF-8 buffer */ -#ifdef HAVE_ICONV_H +#ifdef HAVE_ICONV_H size_t srclen, /* Length of source string */ outBytesLeft; /* Bytes remaining in output buffer */ #endif /* HAVE_ICONV_H */ @@ -208,7 +208,7 @@ cupsUTF8ToCharset( const cups_encoding_t encoding) /* I - Encoding */ { char *destptr; /* Pointer into destination */ -#ifdef HAVE_ICONV_H +#ifdef HAVE_ICONV_H size_t srclen, /* Length of source string */ outBytesLeft; /* Bytes remaining in output buffer */ #endif /* HAVE_ICONV_H */