Changes between Initial Version and Version 1 of Ticket #2735, comment 1


Ignore:
Timestamp:
07/21/17 18:15:44 (7 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2735, comment 1

    initial v1  
    44 
    55and put the following line 
    6  
     6{{{ 
    77if ($perms eq '?rwsrwsrwt') {$perms = 'drwxr-xr-x'}; 
    8  
     8}}} 
    99right after: 
    10  
     10{{{ 
    1111sub print_file { 
    1212        my ($perms,$zipver,$platform,$realsize,$format,$cmpsize,$comp,$year,$mon,$day,$hours,$mins,$secs,$filename) = @_; 
    13  
     13}}}