Bugzilla – Attachment 106393 Details for
Bug 21395
Make perlcritic happy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21395: Fix creation of PO file
Bug-21395-Fix-creation-of-PO-file.patch (text/plain), 776 bytes, created by
Julian Maurice
on 2020-06-29 13:00:50 UTC
(
hide
)
Description:
Bug 21395: Fix creation of PO file
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2020-06-29 13:00:50 UTC
Size:
776 bytes
patch
obsolete
>From 59e72005ed642c4f01e4071dce1d331032060d15 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 29 Jun 2020 16:57:11 +0400 >Subject: [PATCH] Bug 21395: Fix creation of PO file > >--- > misc/translator/tmpl_process3.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/translator/tmpl_process3.pl b/misc/translator/tmpl_process3.pl >index 0f7b3a2a76..45a9b6e7a8 100755 >--- a/misc/translator/tmpl_process3.pl >+++ b/misc/translator/tmpl_process3.pl >@@ -379,7 +379,7 @@ if ($action eq 'create') { > open(my $infh, '<', $tmpfile2); > open(my $outfh, '>', $str_file); > while (<$infh>) { >- print $outfh; >+ print $outfh $_; > last if /^\n/s; > } > close $infh; >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21395
:
79239
|
103666
|
103740
|
104038
|
104039
|
106293
|
106294
|
106295
|
106296
|
106390
| 106393 |
106394
|
106395
|
106398