gbranden pushed a commit to branch master
in repository groff.

commit 4328d0964fbb3541f9402e05d45b16716661d457
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
    Signed-off-by: G. Branden Robinson <[email protected]>
---
 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

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to