texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: fix mistake from last commit


From: Gavin D. Smith
Subject: branch master updated: fix mistake from last commit
Date: Sat, 11 Feb 2023 13:23:57 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new ad67642ef1 fix mistake from last commit
ad67642ef1 is described below

commit ad67642ef14e73f32ba40ae5b7beb3448dbadd5d
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Feb 11 18:23:49 2023 +0000

    fix mistake from last commit
---
 tp/Texinfo/ParserNonXS.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index a3c5e9e7a2..5dd3d8b2f5 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -3779,15 +3779,15 @@ sub _end_line_def_line($$$)
       _enter_index_entry($self,
         $current->{'extra'}->{'def_command'},
         $current->{'extra'}->{'original_def_cmdname'},
-        $current->$index_contents,
+        $current, $index_contents,
         $index_contents_normalized, $source_info);
     } else {
-      $self->_command_warn($current->$source_info,
+      $self->_command_warn($current, $source_info,
                            __('missing name for @%s'),
          $current->{'extra'}->{'original_def_cmdname'});
     }
   } else {
-    $self->_command_warn($current->$source_info,
+    $self->_command_warn($current, $source_info,
                          __('missing category for @%s'),
        $current->{'extra'}->{'original_def_cmdname'});
   }



reply via email to

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