]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
libcupsfilters: In mupdftoraster() removed debugging change
authorTill Kamppeter <till.kamppeter@gmail.com>
Sun, 27 Mar 2022 21:07:21 +0000 (23:07 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Sun, 27 Mar 2022 21:07:21 +0000 (23:07 +0200)
A change done for debugging slipped into the previous commit. Fixed.

cupsfilters/mupdftoraster.c

index 9e8ec2adb874d9fd1c625d5ac1e38102e6b68e4f..d0d8d7ac3e2b3108ca2b7516faad8beea7786a39 100644 (file)
@@ -522,7 +522,7 @@ mupdftoraster (int inputfd,         /* I - File descriptor input stream */
      Raster header then, no extra manipulation needed.
      From the header h only cupsWidth/cupsHeight (dimensions in pixels),
      resolution, and color space are used here. */
-  cupsRasterPrepareHeader(&h, data, OUTPUT_FORMAT_CUPS_RASTER,
+  cupsRasterPrepareHeader(&h, data, OUTPUT_FORMAT_PWG_RASTER,
                          OUTPUT_FORMAT_PWG_RASTER, 1, &cspace);
 
   if ((h.HWResolution[0] == 100) && (h.HWResolution[1] == 100)) {