Follow-up Comment #5, bug#65112 (group groff):

Try this.

diff --git a/src/devices/gropdf/gropdf.pl b/src/devices/gropdf/gropdf.pl
index e26bc6b43..d55bc1e00 100644
--- a/src/devices/gropdf/gropdf.pl
+++ b/src/devices/gropdf/gropdf.pl
@@ -4733,7 +4733,11 @@ sub subs_call
             my $n2=$charstr->[++$j];
             push(@c,[$n2,0]);
 
-            if ($n2==6)         # seac
+            if ($n2==16)        # callothersub
+            {
+                $c[$#c-4]->[0]=MarkSub("#$c[$#c-4]->[0]") if
($c[$#c-4]->[1]);
+            }
+            elsif ($n2==6)         # seac
             {
                 my $ch=$StdEnc{$c[$#c-2]->[0]};
                 my $chf;




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65112>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/


Reply via email to