diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-12-31 18:36:52 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-12-31 18:36:52 +0000 |
commit | 67986534e8c3f15689b8da31c5dc972d6e4b9b36 (patch) | |
tree | 8a6f3cd03f775047f7779f2a0910b76f44507874 | |
parent | e559060128af7ba95a98f23e000bdb2634aa7476 (diff) | |
download | libextractor-67986534e8c3f15689b8da31c5dc972d6e4b9b36.tar.gz libextractor-67986534e8c3f15689b8da31c5dc972d6e4b9b36.zip |
-LRN: fix 2054, only report short name to client
-rw-r--r-- | src/main/extractor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor.c b/src/main/extractor.c index 3a0e960..e7c488c 100644 --- a/src/main/extractor.c +++ b/src/main/extractor.c | |||
@@ -1721,7 +1721,7 @@ extract_oop (struct EXTRACTOR_PluginList *plugin, | |||
1721 | mimetype[hdr.mime_len] = '\0'; | 1721 | mimetype[hdr.mime_len] = '\0'; |
1722 | if ( (proc != NULL) && | 1722 | if ( (proc != NULL) && |
1723 | (0 != proc (proc_cls, | 1723 | (0 != proc (proc_cls, |
1724 | plugin->libname, | 1724 | plugin->short_libname, |
1725 | hdr.type, | 1725 | hdr.type, |
1726 | hdr.format, | 1726 | hdr.format, |
1727 | mimetype, | 1727 | mimetype, |