mirror of
https://github.com/simon987/sist2.git
synced 2025-12-13 07:19:06 +00:00
Add .doc support
This commit is contained in:
@@ -162,6 +162,8 @@ void parse(void *arg) {
|
||||
parse_sidecar(&job->vfile, &doc);
|
||||
CLOSE_FILE(job->vfile)
|
||||
return;
|
||||
} else if (is_msdoc(&ScanCtx.msdoc_ctx, doc.mime)) {
|
||||
parse_msdoc(&ScanCtx.msdoc_ctx, &job->vfile, &doc);
|
||||
}
|
||||
|
||||
abort:
|
||||
|
||||
Reference in New Issue
Block a user