/[pkgs]/devel/enscript/enscript-1.6.1-CAN-2004-1185.patch
ViewVC logotype

Contents of /devel/enscript/enscript-1.6.1-CAN-2004-1185.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Fri Aug 8 11:31:07 2008 UTC (15 months, 2 weeks ago) by atkac
Branch: MAIN
CVS Tags: F-12-split, enscript-1_6_4-11_fc10, enscript-1_6_4-14_fc12, F-10-split, F-11-split, enscript-1_6_4-12_fc11, enscript-1_6_4-13_fc12, enscript-1_6_4-10_fc10, HEAD
Changes since 1.1: +8 -6 lines
File MIME type: text/x-patch
- updated patches due rpm 4.6
- enscript -w is handled well (#457719)
- mkafmmap -V is handled well (#457720)
1 diff -up enscript-1.6.4/src/psgen.c.CAN-2004-1185 enscript-1.6.4/src/psgen.c
2 --- enscript-1.6.4/src/psgen.c.CAN-2004-1185 2008-08-08 11:18:06.000000000 +0200
3 +++ enscript-1.6.4/src/psgen.c 2008-08-08 11:17:57.000000000 +0200
4 @@ -2386,9 +2386,11 @@ recognize_eps_file (Token *token)
5 MESSAGE (2, (stderr, "^@epsf=\"%s\"\n", token->u.epsf.filename));
6
7 i = strlen (token->u.epsf.filename);
8 +
9 + /*
10 if (i > 0 && token->u.epsf.filename[i - 1] == '|')
11 {
12 - /* Read EPS data from pipe. */
13 + / * Read EPS data from pipe. * /
14 token->u.epsf.pipe = 1;
15 token->u.epsf.filename[i - 1] = '\0';
16 token->u.epsf.fp = popen (token->u.epsf.filename, "r");
17 @@ -2401,6 +2403,7 @@ recognize_eps_file (Token *token)
18 }
19 }
20 else
21 + */
22 {
23 char *filename;
24

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2