groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: * src/devices/gropdf/gropdf.pl: Fix problem remappiing el


From: Deri James
Subject: [groff] 01/01: * src/devices/gropdf/gropdf.pl: Fix problem remappiing ellipsis (affects all glyphs > 255).
Date: Wed, 11 Mar 2015 11:58:21 +0000

deri pushed a commit to branch master
in repository groff.

commit 8d510f0ddf224547dcc0200fc313ce97e78dde3a
Author: Deri James <address@hidden>
Date:   Wed Mar 11 11:56:31 2015 +0000

    * src/devices/gropdf/gropdf.pl: Fix problem remappiing
    ellipsis (affects all glyphs > 255).
---
 ChangeLog                    |    5 +++++
 src/devices/gropdf/gropdf.pl |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 536a245..cc10c5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-11  Deri James <address@hidden>
+
+       * src/devices/gropdf/gropdf.pl: Fix problem remappiing 
+       ellipsis (affects all glyphs > 255).
+
 2015-03-07  Werner LEMBERG  <address@hidden>
 
        * tmac/tmac.am (TMACSPECIALFILES): Removed.  No longer used.
diff --git a/src/devices/gropdf/gropdf.pl b/src/devices/gropdf/gropdf.pl
index 1cbd52d..5725e57 100644
--- a/src/devices/gropdf/gropdf.pl
+++ b/src/devices/gropdf/gropdf.pl
@@ -3227,7 +3227,7 @@ sub RemapChr
     {
        $fnt->{GNM}->{$chnm}=$unused++;
        $fnt->{GNO}->[$unused]=$fnt->{GNO}->[$ch+1];
-       $fnt->{WID}->[$unused]=$fnt->{WID}->[$ch+1];
+       $fnt->{WID}->[$unused]=$fnt->{WID}->[$ch];
        $ch=$unused-1;
        return($ch);
     }



reply via email to

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