From bcb6fa6d83a2e4a073fc15bdd49cb2d20d0f54b5 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 2 May 2003 15:02:11 +0000 Subject: require slash on mrl syntax. exception: file plugin can accept relative paths (see message on xine-devel) CVS patchset: 4751 CVS date: 2003/05/02 15:02:11 --- 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 4a9cc8abd..7c72113a9 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.50 2003/04/26 22:34:32 guenter Exp $ + * $Id: input_stdin_fifo.c,v 1.51 2003/05/02 15:02:11 miguelfreitas Exp $ */ #ifdef HAVE_CONFIG_H @@ -296,7 +296,7 @@ static input_plugin_t *stdin_class_get_instance (input_class_t *cls_gen, xine_st fh = STDIN_FILENO; - } else if (!strncasecmp (mrl, "fifo:", 5)) { + } else if (!strncasecmp (mrl, "fifo:/", 6)) { char *filename; filename = (char *) &mrl[5]; -- cgit v1.2.3