summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-05-15 20:01:42 +0000
committerdwcjr <dwcjr@FreeBSD.org>2002-05-15 20:01:42 +0000
commit666280d1f09f1ebcb716855c11b7d4efd507692a (patch)
treed1cacd4906e63bca6a7930b91ed8acaf6f00f825 /print
parenta9b8a60dd3ea0603f8c4a165a2303e5b962be843 (diff)
downloadFreeBSD-ports-666280d1f09f1ebcb716855c11b7d4efd507692a.zip
FreeBSD-ports-666280d1f09f1ebcb716855c11b7d4efd507692a.tar.gz
Fix building on -current
PR: 37969 Submitted by: Oliver Braun
Diffstat (limited to 'print')
-rw-r--r--print/rtf2latex/files/patch-reader.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/print/rtf2latex/files/patch-reader.c b/print/rtf2latex/files/patch-reader.c
new file mode 100644
index 0000000..bf182c2
--- /dev/null
+++ b/print/rtf2latex/files/patch-reader.c
@@ -0,0 +1,28 @@
+--- reader.c.orig Sun May 12 00:57:41 2002
++++ reader.c Sun May 12 01:00:39 2002
+@@ -118,7 +118,7 @@
+ static RTFStyle *styleList = (RTFStyle *) NULL;
+
+
+-static FILE *rtffp = stdin;
++static FILE *rtffp = NULL;
+
+
+ /*
+@@ -135,6 +135,7 @@
+ RTFStyle *sp;
+ RTFStyleElt *eltList, *ep;
+
++ rtffp = stdin;
+ /* initialize lookup table */
+ LookupInit ();
+
+@@ -584,6 +585,8 @@
+ {
+ int c;
+
++ if (rtffp == NULL)
++ rtffp = stdin;
+ if ((c = getc (rtffp)) != EOF)
+ {
+ if (c & 0x80)
OpenPOWER on IntegriCloud