diff options
| -rw-r--r-- | ps/core.ps | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
