diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-09-27 11:19:24 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-10-20 18:22:47 +0200 |
commit | cc6be9c3577168805ec34b2d396e63361012282b (patch) | |
tree | 7dc794b08a1a6a786d540516c623cb1eebfb1863 /psi/zfile.c | |
parent | Import Ghostscript 9.54 (diff) | |
download | ghostscript-gpl-patches-cc6be9c3577168805ec34b2d396e63361012282b.tar.gz ghostscript-gpl-patches-cc6be9c3577168805ec34b2d396e63361012282b.tar.bz2 ghostscript-gpl-patches-cc6be9c3577168805ec34b2d396e63361012282b.zip |
Import Ghostscript 9.55ghostscript-9.55
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'psi/zfile.c')
-rw-r--r-- | psi/zfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psi/zfile.c b/psi/zfile.c index 11fd6f8e..46040701 100644 --- a/psi/zfile.c +++ b/psi/zfile.c @@ -412,7 +412,7 @@ zfilenameforall(i_ctx_t *i_ctx_p) ++esp; make_istruct(esp, 0, pfen); *++esp = op[-1]; - pop(3); + ref_stack_pop(&o_stack, 3); code = file_continue(i_ctx_p); return (code == o_pop_estack ? o_push_estack : code); } |