aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ps/core.ps2
1 files changed, 1 insertions, 1 deletions
diff --git a/ps/core.ps b/ps/core.ps
index 590388a..bdb3408 100644
--- a/ps/core.ps
+++ b/ps/core.ps
@@ -179,7 +179,7 @@ end } def
/meta {
0 _nth % stack: obj
dup type /dicttype eq { %if dictionary
- dup /meta known { /meta get }{ null } ifelse
+ dup /meta known { /meta get }{ pop null } ifelse
}{ %else
pop null % no meta on non-collections
} ifelse