summaryrefslogtreecommitdiff
path: root/print/cups/patches/patch-ae
blob: a67f226fd53501bd1bb4a826afb554f0bd27a01c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.16 2007/03/22 12:44:22 markd Exp $

--- filter/pstops.c.orig	2007-03-09 02:40:01.000000000 +1300
+++ filter/pstops.c
@@ -1537,7 +1537,7 @@ copy_page(cups_file_t  *fp,		/* I - File
 	if (doc->number_up > 1 || doc->fitplot)
 	  continue;
       }
-      else if (!strncmp(line, "%%EndFeature:", 13))
+      else if (!strncmp(line, "%%EndFeature", 12))
       {
         feature = 0;