aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_ipc_gnu.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-08-04 18:53:17 +0000
committerChristian Grothoff <christian@grothoff.org>2012-08-04 18:53:17 +0000
commitb5a12f253985ba423e715f621bb5e5887409a3af (patch)
tree10c041bdc110b7038e29e45783adbbf6cd004dcd /src/main/extractor_ipc_gnu.c
parente12208a39468358b451923b28bf1b10ff9a5157c (diff)
downloadlibextractor-b5a12f253985ba423e715f621bb5e5887409a3af.tar.gz
libextractor-b5a12f253985ba423e715f621bb5e5887409a3af.zip
-fixed
Diffstat (limited to 'src/main/extractor_ipc_gnu.c')
-rw-r--r--src/main/extractor_ipc_gnu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/extractor_ipc_gnu.c b/src/main/extractor_ipc_gnu.c
index cae1fe6..69dc185 100644
--- a/src/main/extractor_ipc_gnu.c
+++ b/src/main/extractor_ipc_gnu.c
@@ -468,6 +468,7 @@ EXTRACTOR_IPC_channel_recv_ (struct EXTRACTOR_Channel **channels,
468 if ( (-1 == (iret = read (channel->cpipe_out, 468 if ( (-1 == (iret = read (channel->cpipe_out,
469 &channel->data[channel->size], 469 &channel->data[channel->size],
470 MAX_META_DATA - channel->size)) ) || 470 MAX_META_DATA - channel->size)) ) ||
471 (0 == iret) ||
471 (-1 == (ret = EXTRACTOR_IPC_process_reply_ (channel->plugin, 472 (-1 == (ret = EXTRACTOR_IPC_process_reply_ (channel->plugin,
472 channel->data, 473 channel->data,
473 channel->size + iret, 474 channel->size + iret,