Path: blob/main/korean/hpscat/files/patch-showbuf.c
16461 views
--- showbuf.c.orig 1995-11-23 12:01:36 UTC1+++ showbuf.c2@@ -210,7 +210,7 @@ teduri(fname)3fprintf(ofp,"90 rotate 0 %d translate ", - papersize[paper].width);4fprintf(ofp," %f 1 scale\n",HOR_SCALE_FAC);56- if(nobox == False)7+ if(nobox == False) {8if(layout==Sero) {9box(p_lm, p_bm, p_width, p_height);10fillbox(p_lm, p_bm, s_width, p_height);11@@ -236,6 +236,7 @@ teduri(fname)12fillbox(l3_lm2, l3_bm, s_width, l3_height);13fillbox(l3_lm3, l3_bm, s_width, l3_height);14}15+ }16if(noheader == False) {17x = (layout==Sero||layout==Sero2) ? p_lm : l_lm1;18y = (layout==Sero||layout==Sero2) ? p_tm : l_tm;192021