[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: tp/init/chm.pm: fix missing parenthese.
From: |
Patrice Dumas |
Subject: |
branch master updated: tp/init/chm.pm: fix missing parenthese. |
Date: |
Wed, 08 Mar 2023 04:36:32 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 406156f52f tp/init/chm.pm: fix missing parenthese.
406156f52f is described below
commit 406156f52f97f39dd4b7558070010944ea444e5d
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Mar 8 10:35:46 2023 +0100
tp/init/chm.pm: fix missing parenthese.
---
tp/init/chm.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tp/init/chm.pm b/tp/init/chm.pm
index 3ab95c9346..2f1ef1b939 100644
--- a/tp/init/chm.pm
+++ b/tp/init/chm.pm
@@ -247,7 +247,7 @@ sub chm_init($)
my ($index_entries, $index_entries_sort_strings)
= Texinfo::Structuring::sort_indices($self, $self,
$self->get_info('index_entries'),
- $self->get_info('indices_information');
+ $self->get_info('indices_information'));
if ($index_entries) {
foreach my $index_name (sort(keys(%$index_entries))) {
foreach my $index_entry_ref (@{$index_entries->{$index_name}}) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: tp/init/chm.pm: fix missing parenthese.,
Patrice Dumas <=
- Prev by Date:
branch master updated: * tp/Texinfo/Convert/HTML.pm (_prepare_index_entries), tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/LaTeX.pm (_index_entry), tp/Texinfo/Convert/Plaintext.pm (process_printindex), tp/Texinfo/Structuring.pm (index_entry_sort_string, sort_indices), tp/init/chm.pm (chm_init), tp/t/test_sort.t, tp/t/test_utils.pl (test): pass indices_information to sort_indices. Set 'code' in options for text conversion before calling index_entry_sort_string, based on indices_information.
- Next by Date:
branch master updated: * tp/Texinfo/Convert/HTML.pm (output_internal_links): determine if index entry is in code style by checking the associated index information, and not the entry information.
- Previous by thread:
branch master updated: * tp/Texinfo/Convert/HTML.pm (_prepare_index_entries), tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/LaTeX.pm (_index_entry), tp/Texinfo/Convert/Plaintext.pm (process_printindex), tp/Texinfo/Structuring.pm (index_entry_sort_string, sort_indices), tp/init/chm.pm (chm_init), tp/t/test_sort.t, tp/t/test_utils.pl (test): pass indices_information to sort_indices. Set 'code' in options for text conversion before calling index_entry_sort_string, based on indices_information.
- Next by thread:
branch master updated: * tp/Texinfo/Convert/HTML.pm (output_internal_links): determine if index entry is in code style by checking the associated index information, and not the entry information.
- Index(es):