]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/util.c
Import CUPS 1.4svn-r7464.
[thirdparty/cups.git] / cups / util.c
index 7c7e4f406f1f00255d589e0e663011c52ec9e761..ba9c62ee9747660136dfdf24656709cbd960fdf6 100644 (file)
@@ -917,7 +917,7 @@ cupsGetPPD3(http_t     *http,               /* I  - HTTP connection or @code CUPS_HTTP_DEFAUL
 
   DEBUG_printf(("cupsGetPPD3(http=%p, name=\"%s\", modtime=%p(%d), buffer=%p, "
                 "bufsize=%d)\n", http, name ? name : "(null)", modtime,
-               modtime ? *modtime : 0, buffer, (int)bufsize));
+               modtime ? (int)*modtime : 0, buffer, (int)bufsize));
 
   if (!name)
   {