From 2447373f182dbfeb47fb86c0f5a6ac5773c65ac2 Mon Sep 17 00:00:00 2001 From: "Philip P. Moltmann" Date: Thu, 11 May 2017 09:37:47 -0700 Subject: Update libcups to v2.2.3 Bug: 38203442 Test: built Change-Id: I8f363c71c291363514100690ca7f8c463d98eb78 --- cups/cups-private.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cups/cups-private.h') diff --git a/cups/cups-private.h b/cups/cups-private.h index 998aeec9..264fd01c 100644 --- a/cups/cups-private.h +++ b/cups/cups-private.h @@ -8,7 +8,7 @@ * property of Apple Inc. and are protected by Federal copyright * law. Distribution and use rights are outlined in the file "LICENSE.txt" * which should have been included with this file. If this file is - * file is missing or damaged, see the license at "http://www.cups.org/". + * missing or damaged, see the license at "http://www.cups.org/". * * This file is subject to the Apple OS-Developed Software exception. */ @@ -124,7 +124,8 @@ typedef struct _cups_globals_s /**** CUPS global state data ****/ *ppd_size_lut, /* Lookup table for PPD names */ *pwg_size_lut; /* Lookup table for PWG names */ pwg_media_t pwg_media; /* PWG media data for custom size */ - char pwg_name[65]; /* PWG media name for custom size */ + char pwg_name[65], /* PWG media name for custom size */ + ppd_name[41]; /* PPD media name for custom size */ /* request.c */ http_t *http; /* Current server connection */ -- cgit v1.2.3