Changeset 817

Show
Ignore:
Timestamp:
2008-03-01 02:58:57 (10 months ago)
Author:
MaierMan
Message:

Wrong permissions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/dta/manager/decompressor.js

    r740 r817  
    4444        try { 
    4545 
    46                 this._outStream = new FileOutputStream(this.to, 0x04 | 0x08, 0766, 0); 
     46                this._outStream = new FileOutputStream(this.to, 0x04 | 0x08, 0600, 0); 
    4747                try { 
    4848                        // we don't know the actual size, so best we can do is to seek to totalSize.