FreeBSD Bugzilla – Attachment 21734 Details for
Bug 37969
Fix build on -current: print/rtf2latex --- bento error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 723 bytes, created by
obraun
on 2002-05-12 00:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
obraun
Created:
2002-05-12 00:40:01 UTC
Size:
723 bytes
patch
obsolete
>diff -ruN rtf2latex.old/files/patch-reader.c rtf2latex/files/patch-reader.c >--- rtf2latex.old/files/patch-reader.c Thu Jan 1 00:00:00 1970 >+++ rtf2latex/files/patch-reader.c Sun May 12 01:01:04 2002 >@@ -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)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 37969
: 21734