21 Nov
2006
21 Nov
'06
11:27 a.m.
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);
6930
Age (days ago)
6930
Last active (days ago)
0 comments
1 participants
participants (1)
-
reimar