[strip-nondeterminism] 01/01: jar.pm: s/NTFS/FAT/. Thanks to James Ross.

Chris Lamb chris at chris-lamb.co.uk
Fri Oct 6 09:58:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository strip-nondeterminism.

commit e2d3237fe36446c9d05e9b6e9d3af32985e9c6f3
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Oct 6 10:58:35 2017 +0100

    jar.pm: s/NTFS/FAT/. Thanks to James Ross.
---
 lib/File/StripNondeterminism/handlers/jar.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/File/StripNondeterminism/handlers/jar.pm b/lib/File/StripNondeterminism/handlers/jar.pm
index 426bdb9..633c3e7 100644
--- a/lib/File/StripNondeterminism/handlers/jar.pm
+++ b/lib/File/StripNondeterminism/handlers/jar.pm
@@ -97,7 +97,7 @@ sub _jar_normalize_member($$) {
 		# the same timestamp of the .clj. We thus adjust the timestamps
 		# of the .clj to always be to older than the .class. We do not
 		# need to worry about underflow due to Zip's SAFE_EPOCH, nor
-		# the 2s timestamp granularity of NTFS as the file is not
+		# the 2s timestamp granularity of FAT as the file is not
 		# extracted to the filesystem, merely queried.
 		$timestamp--;
 	} elsif ($member->fileName() =~ /\.jar$/) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/strip-nondeterminism.git



More information about the Reproducible-commits mailing list