[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/Convert/Info.pm (output): add missin
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/Convert/Info.pm (output): add missing second argument of create_destination_directory(). |
Date: |
Tue, 31 May 2022 18:59:55 -0400 |
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 19a10a1607 * tp/Texinfo/Convert/Info.pm (output): add missing second
argument of create_destination_directory().
19a10a1607 is described below
commit 19a10a1607e57cb2105a27ece01d34ec11bab593
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jun 1 00:59:47 2022 +0200
* tp/Texinfo/Convert/Info.pm (output): add missing second
argument of create_destination_directory().
---
ChangeLog | 5 +++++
tp/Texinfo/Convert/Info.pm | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index b789eecf68..352d4a3517 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-06-01 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/Convert/Info.pm (output): add missing second
+ argument of create_destination_directory().
+
2022-06-01 Patrice Dumas <pertusus@free.fr>
C locale for remaining tests
diff --git a/tp/Texinfo/Convert/Info.pm b/tp/Texinfo/Convert/Info.pm
index bbf07d67fb..d29f9dec80 100644
--- a/tp/Texinfo/Convert/Info.pm
+++ b/tp/Texinfo/Convert/Info.pm
@@ -62,7 +62,8 @@ sub output($)
my ($encoded_destination_directory, $dir_encoding)
= $self->encoded_output_file_name($destination_directory);
my ($succeeded, $created_directory)
- = $self->create_destination_directory($encoded_destination_directory);
+ = $self->create_destination_directory($encoded_destination_directory,
+ $destination_directory);
return undef unless $succeeded;
# for format_node
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/Convert/Info.pm (output): add missing second argument of create_destination_directory().,
Patrice Dumas <=