]> git.pld-linux.org Git - packages/a2ps.git/commitdiff
- .fig files processing fix
authormis <mis@pld-linux.org>
Tue, 4 Jun 2002 11:31:41 +0000 (11:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    a2ps-ogonkify-xfig-fix.patch -> 1.1

a2ps-ogonkify-xfig-fix.patch [new file with mode: 0644]

diff --git a/a2ps-ogonkify-xfig-fix.patch b/a2ps-ogonkify-xfig-fix.patch
new file mode 100644 (file)
index 0000000..bf65ca8
--- /dev/null
@@ -0,0 +1,11 @@
+--- ogonkify/ogonkify.in.in    Sat Oct 13 04:44:05 2001
++++ ogonkify/ogonkify.in.in.mis        Mon Jun  3 23:37:23 2002
+@@ -238,7 +238,7 @@
+ while(<>) {
+   if($where==0) {
+     print;
+-    if(($doMosaic || $doMp) && /^%%EndComments/) {
++    if(($doMosaic || $doMp || $doXfig) && /^%%EndComments/) {
+       $_="%%BeginProlog\n";
+       print;
+     }
This page took 0.076217 seconds and 4 git commands to generate.