diff options
Diffstat (limited to 'textproc/rtf-tools/patches/patch-af')
-rw-r--r-- | textproc/rtf-tools/patches/patch-af | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/textproc/rtf-tools/patches/patch-af b/textproc/rtf-tools/patches/patch-af deleted file mode 100644 index a011ff19cb3..00000000000 --- a/textproc/rtf-tools/patches/patch-af +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-af,v 1.1 2001/05/31 11:06:01 agc Exp $ - ---- rtf2troff/trf-table.c.orig Wed May 16 18:24:58 2001 -+++ rtf2troff/trf-table.c Wed May 16 18:26:07 2001 -@@ -120,7 +120,9 @@ - if (i > 0) - cwid -= its->cellPos[i-1]; - cwid -= EnWidth (); -- fprintf (f, "l1w(%gi) ", cwid); -+ fprintf (f, "l%sw(%gi) ", -+ (i + 1 == its->nCells) ? "" : "1", -+ cwid); - } - if ((p = VCellBorderStr (VCellBorderType (its->nCells))) - != (char *) NULL) |