Differences From Artifact [86aaf333ae]:
- File src/add.c — part of check-in [7451975d84] at 2015-02-16 03:27:33 on branch mvAndRmFiles — Improve the new diagnostic messages. (user: mistachkin size: 25054)
To Artifact [55d2e21457]:
- File src/add.c — part of check-in [89f8542973] at 2015-02-24 02:42:57 on branch mvAndRmFiles — Remove stray blank line. (user: mistachkin size: 25053)
| ︙ | |||
327 328 329 330 331 332 333 | 327 328 329 330 331 332 333 334 335 336 337 338 339 340 | - |
blob_reset(&fullName);
}
glob_free(pIgnore);
glob_free(pClean);
add_files_in_sfile(vid);
db_end_transaction(0);
|
| ︙ |