1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/korean/hpscat/files/patch-showbuf.c
Jung-uk Kim 88be950540 - Re-add ftp.kaist.ac.kr and remove defunct ftp.kreonet.re.kr.
- Modernize the port and make Clang happy.
2013-06-17 23:25:53 +00:00

20 lines
691 B
C

--- showbuf.c.orig 1995-11-23 07:01:36.000000000 -0500
+++ showbuf.c 2013-06-12 17:15:47.000000000 -0400
@@ -210,7 +210,7 @@
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 @@
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;