diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-01-15 01:05:24 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-01-15 01:05:24 +0000 |
commit | 3a1d147a20bb9780abf4b776066d3ef66463b337 (patch) | |
tree | ec0548cbcc0b30956bfe71bc8244a88a13903e1a /src/input/mmsh.c | |
parent | 98eb3092ced454c5438289be168bb7cc776ca9ec (diff) | |
download | xine-lib-3a1d147a20bb9780abf4b776066d3ef66463b337.tar.gz xine-lib-3a1d147a20bb9780abf4b776066d3ef66463b337.tar.bz2 |
Backport mrl parsing fix.
CVS patchset: 3924
CVS date: 2003/01/15 01:05:24
Diffstat (limited to 'src/input/mmsh.c')
-rw-r--r-- | src/input/mmsh.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/input/mmsh.c b/src/input/mmsh.c index 5ae797ec5..fc9c30bf6 100644 --- a/src/input/mmsh.c +++ b/src/input/mmsh.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: mmsh.c,v 1.5 2003/01/15 00:53:40 tmattern Exp $ + * $Id: mmsh.c,v 1.6 2003/01/15 01:05:24 tmattern Exp $ * * based on mms.c and specs from avifile * (http://avifile.sourceforge.net/asf-1.0.htm) @@ -733,7 +733,9 @@ char* mmsh_connect_common(int *s, int *port, char *url, char **host, char **path } */ if (!hostend) { +#ifdef LOG printf ("libmmsh: no trailing /\n"); +#endif hostend = _host + strlen(_host); } else { *hostend++ = '\0'; |