diff options
| -rw-r--r-- | bk_ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ void ps_backend(paragraph *sourceform, keywordlist *keywords, " /integertype /realtype load def\n" " /stringtype {show} bind def\n" "end def\n" - "/t { tdict begin {dup type exec} forall end } bind def\n"); + "/t { tdict begin {dup type exec} forall end pop } bind def\n"); fprintf(fp, "%%%%EndResource\n"); fprintf(fp, "%%%%EndProlog\n"); |