blob: 291c3aac4fa42db63b5b1beb02e18ca1f58109d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
diff -Naur a2ps-4.14.orig/contrib/psset.in a2ps-4.14/contrib/psset.in
--- a2ps-4.14.orig/contrib/psset.in 2007-12-29 12:29:01.000000000 +0900
+++ a2ps-4.14/contrib/psset.in 2009-04-12 12:17:43.000000000 +0900
@@ -219,7 +219,7 @@
done
pspagedevice="% Pagedevice definitions:
-countdictstack
+ countdictstack
% Push our own mark, since there can be several PS marks pushed depending
% where the failure really occured.
/psset_mark
@@ -227,7 +227,7 @@
} stopped
% My cleartomark
{ /psset_mark eq { exit } if } loop
-countdictstack exch sub dup 0 gt
+ countdictstack exch sub dup 0 gt
{
{ end } repeat
}{
|