[MPlayer-cvslog] r21142 - trunk/stream/url.c
reimar
subversion at mplayerhq.hu
Tue Nov 21 17:27:05 CET 2006
Author: reimar
Date: Tue Nov 21 17:27:05 2006
New Revision: 21142
Modified:
trunk/stream/url.c
Log:
cosmetics
Modified: trunk/stream/url.c
==============================================================================
--- trunk/stream/url.c (original)
+++ trunk/stream/url.c Tue Nov 21 17:27:05 2006
@@ -31,7 +31,7 @@
tmp = strstr(newurl, "://");
if (tmp) tmp = strchr(tmp + 3, '/');
} else
- tmp = strrchr(newurl, '/');
+ tmp = strrchr(newurl, '/');
if (tmp) tmp[1] = 0;
strcat(newurl, redir);
res = url_new(newurl);
More information about the MPlayer-cvslog
mailing list