Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
24d3949c
Commit
24d3949c
authored
Oct 06, 2021
by
IKEDA Soji
Browse files
Small fixes
parent
20f25584
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cgi/wwsympa.fcgi.in
View file @
24d3949c
...
...
@@ -12686,7 +12686,7 @@ sub do_d_unzip {
)
) {
wwslog('err',
'Unable to create member %s of the zip file as %s: %
s
',
'Unable to create member %s of the zip file as %s: %
m
',
$path, join('/', @$subpaths));
web_db_log(
{ 'robot' => $robot,
...
...
@@ -16387,7 +16387,7 @@ sub do_arc_download {
$az = $Archive::Zip::SimpleZip::SimpleZipError;
} else {
$az = $zip->writeToFileNamed($zip_abs_file);
$rv = ($az == Archive::Zip::AZ_OK());
$rv = (
defined $az and
$az == Archive::Zip::AZ_OK());
}
unless ($rv) {
wwslog('info', 'Error while writing ZIP File %s: %s',
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment