[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #51945] [PATCH] pdfpic.tmac: The first use of register '.C' must be
From: |
Bjarni Ingi Gislason |
Subject: |
[bug #51945] [PATCH] pdfpic.tmac: The first use of register '.C' must be in the old style |
Date: |
Tue, 5 Sep 2017 07:10:37 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 |
URL:
<http://savannah.gnu.org/bugs/?51945>
Summary: [PATCH] pdfpic.tmac: The first use of register '.C'
must be in the old style
Project: GNU troff
Submitted by: bjarniig
Submitted on: Tue 05 Sep 2017 11:10:36 AM UTC
Category: None
Severity: 3 - Normal
Item Group: Incorrect behaviour
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Details:
>From 7788e3406d6ceafffe13c7dcbc95205718c7ceb3 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Mon, 4 Sep 2017 21:43:44 +0000
Subject: [PATCH] pdfpic.tmac: The first use of register '.C' must be in the
old style
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
The first use of register '.C' must be in the old style, "\n(.C", to
work in the compatibility mode ("groff -C").
Bug since the creation of the file, 28th August 2015, and has thus not been
tested in the repository for 2.0 years.
The file is used in the initialization (start-up) file "troffrc".
Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
tmac/pdfpic.tmac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmac/pdfpic.tmac b/tmac/pdfpic.tmac
index 16ac9e18..3267ea66 100644
--- a/tmac/pdfpic.tmac
+++ b/tmac/pdfpic.tmac
@@ -14,7 +14,7 @@
.
.do if d PDFPIC .nx
.
-.nr _C \n[.C]
+.nr _C \n(.C
.cp 0
.
.de @abort
--
2.14.1
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?51945>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #51945] [PATCH] pdfpic.tmac: The first use of register '.C' must be in the old style,
Bjarni Ingi Gislason <=