~ubuntu-branches/ubuntu/trusty/unrar-nonfree/trusty-proposed

« back to all changes in this revision

Viewing changes to arcread.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Meredith
  • Date: 2009-07-18 13:38:40 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090718133840-vt5vaf1zsmp8g55v
Tags: 1:3.9.5-1
* New upstream release
* Bumped standards version

Show diffs side-by-side

added added

removed removed

Lines of Context:
569
569
          }
570
570
          else
571
571
          {
572
 
            // uname does not set +x for regular files, so we use 0666
 
572
            // umask does not set +x for regular files, so we use 0666
573
573
            // instead of 0777 as for directories.
574
574
            NewLhd.FileAttr=0666 & ~mask;
575
575
          }