Differences From Artifact [ded518e27f]:
- File src/tar.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: 25629) [more...]
To Artifact [8329031f9a]:
- File src/tar.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: 25639) [more...]
| ︙ | |||
441 442 443 444 445 446 447 | 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 | - + |
}
sqlite3_open(":memory:", &g.db);
tar_begin(-1);
for(i=3; i<g.argc; i++){
Blob file;
blob_zero(&file);
blob_read_from_file(&file, g.argv[i], eFType);
|
| ︙ |