groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: pdfpic: Suppress warning if in compatibility mode.


From: G. Branden Robinson
Subject: [groff] 01/01: pdfpic: Suppress warning if in compatibility mode.
Date: Sun, 22 Oct 2017 14:31:43 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 4328d0964fbb3541f9402e05d45b16716661d457
Author: G. Branden Robinson <address@hidden>
Date:   Sun Oct 22 14:13:43 2017 -0400

    pdfpic: Suppress warning if in compatibility mode.
    
    When saving the value of compatibility mode, do so using an old-style
    register reference since compatibility mode may not yet be off.
    
    Fixes Savannah #51945.
    
    Signed-off-by: Bjarni Ingi Gislason <address@hidden>
    Signed-off-by: G. Branden Robinson <address@hidden>
---
 tmac/pdfpic.tmac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmac/pdfpic.tmac b/tmac/pdfpic.tmac
index 16ac9e1..3267ea6 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]