Changeset 817
- Timestamp:
- 2008-03-01 02:58:57 (10 months ago)
- Files:
-
- trunk/chrome/content/dta/manager/decompressor.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/manager/decompressor.js
r740 r817 44 44 try { 45 45 46 this._outStream = new FileOutputStream(this.to, 0x04 | 0x08, 0 766, 0);46 this._outStream = new FileOutputStream(this.to, 0x04 | 0x08, 0600, 0); 47 47 try { 48 48 // we don't know the actual size, so best we can do is to seek to totalSize.
