[Git][reproducible-builds/strip-nondeterminism][master] Correct indentation level of .zip file field format comment.
Chris Lamb
gitlab at salsa.debian.org
Tue Jan 29 15:39:45 CET 2019
Chris Lamb pushed to branch master at Reproducible Builds / strip-nondeterminism
Commits:
a553d343 by Chris Lamb at 2019-01-29T14:22:39Z
Correct indentation level of .zip file field format comment.
- - - - -
1 changed file:
- lib/File/StripNondeterminism/handlers/zip.pm
Changes:
=====================================
lib/File/StripNondeterminism/handlers/zip.pm
=====================================
@@ -128,12 +128,12 @@ sub normalize_extra_fields($$) {
}
} elsif ($id == 0x7875) { # Info-ZIP New Unix Extra Field
$result .= substr($field, $pos, 4);
- # Version 1 byte version of this extra field, currently 1
- # UIDSize 1 byte Size of UID field
- # UID Variable UID for this entry
- # GIDSize 1 byte Size of GID field
- # GID Variable GID for this entry
- # (Same format for both central header and local header)
+ # Version 1 byte version of this extra field, currently 1
+ # UIDSize 1 byte Size of UID field
+ # UID Variable UID for this entry
+ # GIDSize 1 byte Size of GID field
+ # GID Variable GID for this entry
+ # (Same format for both central header and local header)
if (ord(substr($field, $pos + 4, 1)) == 1) {
my $uid_len = ord(substr($field, $pos + 5, 1));
my $gid_len = ord(substr($field, $pos + 6 + $uid_len, 1));
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/commit/a553d343666d1e7bdc3b257943dac67a51a539b7
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/commit/a553d343666d1e7bdc3b257943dac67a51a539b7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190129/9a5b3217/attachment.html>
More information about the rb-commits
mailing list