]> git.pld-linux.org Git - packages/a2ps.git/blame - a2ps-ogonkify-xfig-fix.patch
- rel 1
[packages/a2ps.git] / a2ps-ogonkify-xfig-fix.patch
CommitLineData
c1ce6ba3 1--- ogonkify/ogonkify.in.in Sat Oct 13 04:44:05 2001
2+++ ogonkify/ogonkify.in.in.mis Mon Jun 3 23:37:23 2002
3@@ -238,7 +238,7 @@
4 while(<>) {
5 if($where==0) {
6 print;
7- if(($doMosaic || $doMp) && /^%%EndComments/) {
8+ if(($doMosaic || $doMp || $doXfig) && /^%%EndComments/) {
9 $_="%%BeginProlog\n";
10 print;
11 }
This page took 0.04542 seconds and 4 git commands to generate.