aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_ipc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-08-05 18:29:23 +0000
committerChristian Grothoff <christian@grothoff.org>2012-08-05 18:29:23 +0000
commit7bca31aa6999d987f509a60bbbf9348e3c485906 (patch)
tree25ca329b13f5a1d7b21a8fb3f73d6f72dc5524fe /src/main/extractor_ipc.c
parent8ac48d575a488bb8e20494b285b611656dc97787 (diff)
downloadlibextractor-7bca31aa6999d987f509a60bbbf9348e3c485906.tar.gz
libextractor-7bca31aa6999d987f509a60bbbf9348e3c485906.zip
fixing two bugs
Diffstat (limited to 'src/main/extractor_ipc.c')
-rw-r--r--src/main/extractor_ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor_ipc.c b/src/main/extractor_ipc.c
index a7783cf..af1bda5 100644
--- a/src/main/extractor_ipc.c
+++ b/src/main/extractor_ipc.c
@@ -85,7 +85,7 @@ EXTRACTOR_IPC_process_reply_ (struct EXTRACTOR_PluginList *plugin,
85 return -1; /* not allowing more than MAX_META_DATA meta data */ 85 return -1; /* not allowing more than MAX_META_DATA meta data */
86 } 86 }
87 if (size < sizeof (meta) + meta.mime_length + meta.value_size) 87 if (size < sizeof (meta) + meta.mime_length + meta.value_size)
88 { 88 {
89 plugin->seek_request = -1; 89 plugin->seek_request = -1;
90 return 0; 90 return 0;
91 } 91 }