From ad465ec15b8d4e8fe45af741bd725df87c3ee549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1=D1?= =?UTF-8?q?=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Sat, 31 Dec 2011 22:40:04 +0400 Subject: [PATCH] Report only short libname to the client --- 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 9789f3f..a9ae8ff 100644 --- a/src/main/extractor.c +++ b/src/main/extractor.c @@ -1746,7 +1746,7 @@ extract_oop (struct EXTRACTOR_PluginList *plugin, mimetype[hdr.mime_len] = '\0'; if ( (proc != NULL) && (0 != proc (proc_cls, - plugin->libname, + plugin->short_libname, hdr.type, hdr.format, mimetype, -- 1.7.4