X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=filter%2Finterpret.c;h=50190b4f1a5a0a27226fa035841ef08662f08ba5;hb=07725fee410af68be5081d9b1af3536eff5326b8;hp=3e7b47be16a1cc3725db38afc97ff355dd3d1724;hpb=d09495fadd23469999a64b1812ffb880bf4372de;p=thirdparty%2Fcups.git diff --git a/filter/interpret.c b/filter/interpret.c index 3e7b47be1..50190b4f1 100644 --- a/filter/interpret.c +++ b/filter/interpret.c @@ -1,5 +1,5 @@ /* - * "$Id: interpret.c 5513 2006-05-11 18:07:25Z mike $" + * "$Id: interpret.c 5926 2006-09-05 20:45:47Z mike $" * * PPD command interpreter for the Common UNIX Printing System (CUPS). * @@ -200,6 +200,9 @@ cupsRasterInterpretPPD( top = size->top; strlcpy(h->cupsPageSizeName, size->name, sizeof(h->cupsPageSizeName)); + + h->cupsPageSize[0] = size->width; + h->cupsPageSize[1] = size->length; } else { @@ -608,5 +611,5 @@ exec_code( /* - * End of "$Id: interpret.c 5513 2006-05-11 18:07:25Z mike $". + * End of "$Id: interpret.c 5926 2006-09-05 20:45:47Z mike $". */