From: Michael Sweet Date: Thu, 9 Mar 2017 19:07:51 +0000 (-0500) Subject: Bump the number of finishings-supported values that can be defined (was 5, now X-Git-Tag: v2.2.3~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84e3828d7d5fd7ac2dee792cc3f62970e696b6da;p=thirdparty%2Fcups.git Bump the number of finishings-supported values that can be defined (was 5, now is 100...) --- diff --git a/scheduler/printers.c b/scheduler/printers.c index e359e5172a..e17d331eee 100644 --- a/scheduler/printers.c +++ b/scheduler/printers.c @@ -3802,7 +3802,7 @@ load_ppd(cupsd_printer_t *p) /* I - Printer */ ipp_attribute_t *attr; /* Attribute data */ _ipp_value_t *val; /* Attribute value */ int num_finishings, /* Number of finishings */ - finishings[5]; /* finishings-supported values */ + finishings[100]; /* finishings-supported values */ int num_qualities, /* Number of print-quality values */ qualities[3]; /* print-quality values */ int num_margins, /* Number of media-*-margin-supported values */