summaryrefslogtreecommitdiff
path: root/print/poster/files
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-02-07 14:57:59 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-02-07 14:57:59 +0000
commit759f70b39c28067c08ce023967d628fa1dd326a1 (patch)
tree28ebd5520327e44f96b2e968fffa824ad30eac8d /print/poster/files
parentFixed files/md5 (diff)
resize a postscript image to print on larger media and/or multiple sheets
PR: 16514 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
Notes
Notes: svn path=/head/; revision=25560
Diffstat (limited to 'print/poster/files')
-rw-r--r--print/poster/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/poster/files/patch-aa b/print/poster/files/patch-aa
new file mode 100644
index 000000000000..8c14e4a52760
--- /dev/null
+++ b/print/poster/files/patch-aa
@@ -0,0 +1,11 @@
+--- poster.c.org Thu Apr 29 00:22:46 1999
++++ poster.c Sun Jan 30 00:48:11 2000
+@@ -570,7 +570,7 @@
+
+ got_bb = 0;
+ dsc_cont = inbody = gotall = level = atend = 0;
+- while (!gotall && (gets(buf) != NULL))
++ while (!gotall && (fgets(buf, BUFSIZE, stdin) != NULL))
+ {
+ if (buf[0] != '%')
+ { dsc_cont = 0;