Differences From Artifact [2e56bf99c9]:
- File src/zip.c — part of check-in [dbe16d7bb4] at 2019-07-06 20:29:11 on branch trunk — For the tar / zip web pages, avoid dangling references involving zRid. (user: mistachkin size: 29294) [more...]
To Artifact [06c331337c]:
- File src/zip.c — part of check-in [388b5e5982] at 2020-04-30 15:00:24 on branch trunk — Fix the file_perm() utility routine so that it actually uses the eFType parameter. (user: drh size: 29299) [more...]
| ︙ | |||
590 591 592 593 594 595 596 | 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 | - + |
if( find_option("dereference","h",0)!=0 ){
eFType = ExtFILE;
}
zip_open();
for(i=3; i<g.argc; i++){
blob_zero(&file);
blob_read_from_file(&file, g.argv[i], eFType);
|
| ︙ |