X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=cups%2Ftranscode.c;h=4e7a794cbe33e735cadbc692bbe02cd791e99c05;hp=afeb2de4ab0894ef302bd0b47e774661dbbd5967;hb=f11a948a02771f78f50b530880a0269d4b4f58eb;hpb=e07d4801f9846b9155d4c63872f51b18d8537d01 diff --git a/cups/transcode.c b/cups/transcode.c index afeb2de4a..4e7a794cb 100644 --- a/cups/transcode.c +++ b/cups/transcode.c @@ -263,7 +263,7 @@ cupsCharsetToUTF8( * Check for valid arguments... */ - DEBUG_printf(("cupsCharsetToUTF8(dest=%p, src=\"%s\", maxout=%d, encoding=%d)", + DEBUG_printf(("2cupsCharsetToUTF8(dest=%p, src=\"%s\", maxout=%d, encoding=%d)", dest, src, maxout, encoding)); if (dest) @@ -271,7 +271,7 @@ cupsCharsetToUTF8( if (!dest || !src || maxout < 1 || maxout > CUPS_MAX_USTRING) { - DEBUG_puts("1cupsCharsetToUTF8: Bad arguments, returning -1"); + DEBUG_puts("3cupsCharsetToUTF8: Bad arguments, returning -1"); return (-1); }