]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/cups-driverd.cxx
Merge changes from CUPS 1.4svn-r7817.
[thirdparty/cups.git] / scheduler / cups-driverd.cxx
index bed393eae5f3a248cbee88899cac7dc2e5c581dd..7742abc9304c7bfa6063d6819b52332e3e92f19f 100644 (file)
@@ -76,7 +76,7 @@ static const char * const ppd_types[] =       /* ppd-type values */
 typedef struct                         /**** PPD record ****/
 {
   time_t       mtime;                  /* Modification time */
-  size_t       size;                   /* Size in bytes */
+  off_t                size;                   /* Size in bytes */
   int          model_number;           /* cupsModelNumber */
   int          type;                   /* ppd-type */
   char         filename[512],          /* Filename */