@@ -276,10 +276,10 @@ def pack_local_entry
276
276
zip64 = @extra [ 'Zip64' ]
277
277
[ ::Zip ::LOCAL_ENTRY_SIGNATURE ,
278
278
@version_needed_to_extract , # version needed to extract
279
- @gp_flags , # @gp_flags ,
279
+ @gp_flags , # @gp_flags
280
280
@compression_method ,
281
- @time . to_binary_dos_time , # @last_mod_time ,
282
- @time . to_binary_dos_date , # @last_mod_date ,
281
+ @time . to_binary_dos_time , # @last_mod_time
282
+ @time . to_binary_dos_date , # @last_mod_date
283
283
@crc ,
284
284
zip64 && zip64 . compressed_size ? 0xFFFFFFFF : @compressed_size ,
285
285
zip64 && zip64 . original_size ? 0xFFFFFFFF : @size ,
@@ -433,11 +433,11 @@ def pack_c_dir_entry
433
433
@header_signature ,
434
434
@version , # version of encoding software
435
435
@fstype , # filesystem type
436
- @version_needed_to_extract , # @versionNeededToExtract ,
437
- @gp_flags , # @gp_flags ,
436
+ @version_needed_to_extract , # @versionNeededToExtract
437
+ @gp_flags , # @gp_flags
438
438
@compression_method ,
439
- @time . to_binary_dos_time , # @last_mod_time ,
440
- @time . to_binary_dos_date , # @last_mod_date ,
439
+ @time . to_binary_dos_time , # @last_mod_time
440
+ @time . to_binary_dos_date , # @last_mod_date
441
441
@crc ,
442
442
zip64 && zip64 . compressed_size ? 0xFFFFFFFF : @compressed_size ,
443
443
zip64 && zip64 . original_size ? 0xFFFFFFFF : @size ,
0 commit comments