diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-10-05 11:24:01 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-10-05 11:24:01 (GMT) |
| commit | 1ac5bc1c98b345bfcc00d037828fc5cf0ca93b15 (patch) | |
| tree | 68c0928c9826b336819d0766769d6dccc0ce3103 /generic/tclZipfs.c | |
| parent | 2b64ea7f2470e4727e2d79c041ba0028371c7a9e (diff) | |
| parent | 22a204efc2b5de6e1fd336e14c6350e5f8ceb9a8 (diff) | |
| download | tcl-1ac5bc1c98b345bfcc00d037828fc5cf0ca93b15.zip tcl-1ac5bc1c98b345bfcc00d037828fc5cf0ca93b15.tar.gz tcl-1ac5bc1c98b345bfcc00d037828fc5cf0ca93b15.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'generic/tclZipfs.c')
| -rw-r--r-- | generic/tclZipfs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tclZipfs.c b/generic/tclZipfs.c index f2bdaa9..25929d1 100644 --- a/generic/tclZipfs.c +++ b/generic/tclZipfs.c @@ -244,13 +244,13 @@ typedef struct ZipEntry { } ZipEntry; /* - * File channel for file contained in mounted ZIP archive. + * File channel for file contained in mounted ZIP archive. * - * Regarding data buffers: + * Regarding data buffers: * For READ-ONLY files that are not encrypted and not compressed (zip STORE * method), ubuf points directly to the mapped zip file data in memory. No - * additional storage is allocated and so ubufToFree is NULL. - * + * additional storage is allocated and so ubufToFree is NULL. + * * In all other combinations of compression and encryption or if channel is * writable, storage is allocated for the decrypted and/or uncompressed data * and a pointer to it is stored in ubufToFree and ubuf. When channel is |
