From e7cd5022531590fb18c7ed4d27fc643f9578e114 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 23 Oct 2002 21:19:42 +0000 Subject: fix capabilites (preview) CVS patchset: 2975 CVS date: 2002/10/23 21:19:42 --- src/input/input_stdin_fifo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/input_stdin_fifo.c') diff --git a/src/input/input_stdin_fifo.c b/src/input/input_stdin_fifo.c index 917fdafc4..b3d088f7f 100644 --- a/src/input/input_stdin_fifo.c +++ b/src/input/input_stdin_fifo.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_stdin_fifo.c,v 1.32 2002/09/06 18:13:11 mroi Exp $ + * $Id: input_stdin_fifo.c,v 1.33 2002/10/23 21:19:42 guenter Exp $ */ #ifdef HAVE_CONFIG_H @@ -279,7 +279,7 @@ static off_t stdin_plugin_get_length(input_plugin_t *this_gen) { static uint32_t stdin_plugin_get_capabilities(input_plugin_t *this_gen) { - return INPUT_CAP_NOCAP; + return INPUT_CAP_PREVIEW; } static uint32_t stdin_plugin_get_blocksize(input_plugin_t *this_gen) { -- cgit v1.2.3