]> git.pld-linux.org Git - packages/a2ps.git/blob - a2ps-ogonkify-xfig-fix.patch
- BR: gperf
[packages/a2ps.git] / a2ps-ogonkify-xfig-fix.patch
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.093229 seconds and 3 git commands to generate.