diff options
Diffstat (limited to 'print/poster/files/patch-poster.c')
-rw-r--r-- | print/poster/files/patch-poster.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/print/poster/files/patch-poster.c b/print/poster/files/patch-poster.c deleted file mode 100644 index fb244468a7f5..000000000000 --- a/print/poster/files/patch-poster.c +++ /dev/null @@ -1,11 +0,0 @@ ---- poster.c.orig 1999-04-28 15:22:46 UTC -+++ poster.c -@@ -570,7 +570,7 @@ static int dsc_infile( double ps_bb[4]) - - 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; |