aboutsummaryrefslogtreecommitdiff
path: root/ps
diff options
context:
space:
mode:
Diffstat (limited to 'ps')
-rw-r--r--ps/core.ps2
1 files changed, 1 insertions, 1 deletions
diff --git a/ps/core.ps b/ps/core.ps
index 35f2b19..afda426 100644
--- a/ps/core.ps
+++ b/ps/core.ps
@@ -172,7 +172,7 @@ end } def
% [obj] -> meta -> meta
/meta {
- 0 _nth /meta get
+ 0 _nth dup /meta known { /meta get }{ null } ifelse
} def