changeset 11663:d700a93ab34c

10l let path behave like before the start/stop patch
author rtognimp
date Fri, 19 Dec 2003 22:49:29 +0000
parents 173f22eb0505
children 8b61da744d8b
files libmpdemux/realrtsp/rtsp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/realrtsp/rtsp.c	Fri Dec 19 22:15:37 2003 +0000
+++ b/libmpdemux/realrtsp/rtsp.c	Fri Dec 19 22:49:29 2003 +0000
@@ -623,9 +623,9 @@
   s->mrl = strdup(mrl);
   s->host = strdup(host);
   s->port = port;
+  s->path = strdup(path);
   while (*path == '/')
     path++;
-  s->path = strdup(path);
   if ((s->param = strchr(s->path, '?')) != NULL)
     s->param++;
   //printf("path=%s\n", s->path);