aboutsummaryrefslogtreecommitdiff
path: root/korean/hpscat/files/patch-showbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'korean/hpscat/files/patch-showbuf.c')
-rw-r--r--korean/hpscat/files/patch-showbuf.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/korean/hpscat/files/patch-showbuf.c b/korean/hpscat/files/patch-showbuf.c
new file mode 100644
index 000000000000..71967e8e3593
--- /dev/null
+++ b/korean/hpscat/files/patch-showbuf.c
@@ -0,0 +1,19 @@
+--- showbuf.c.orig 1995-11-23 12:01:36 UTC
++++ showbuf.c
+@@ -210,7 +210,7 @@ teduri(fname)
+ fprintf(ofp,"90 rotate 0 %d translate ", - papersize[paper].width);
+ fprintf(ofp," %f 1 scale\n",HOR_SCALE_FAC);
+
+- if(nobox == False)
++ if(nobox == False) {
+ if(layout==Sero) {
+ box(p_lm, p_bm, p_width, p_height);
+ fillbox(p_lm, p_bm, s_width, p_height);
+@@ -236,6 +236,7 @@ teduri(fname)
+ fillbox(l3_lm2, l3_bm, s_width, l3_height);
+ fillbox(l3_lm3, l3_bm, s_width, l3_height);
+ }
++ }
+ if(noheader == False) {
+ x = (layout==Sero||layout==Sero2) ? p_lm : l_lm1;
+ y = (layout==Sero||layout==Sero2) ? p_tm : l_tm;