diff options
Diffstat (limited to 'print/rtf2latex/files/patch-reader.c')
-rw-r--r-- | print/rtf2latex/files/patch-reader.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/print/rtf2latex/files/patch-reader.c b/print/rtf2latex/files/patch-reader.c deleted file mode 100644 index bf182c2f8ea7..000000000000 --- a/print/rtf2latex/files/patch-reader.c +++ /dev/null @@ -1,28 +0,0 @@ ---- 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) |