# HG changeset patch # User reimar # Date 1164126425 0 # Node ID 83dc11e40f28f1664669462ab71b5c67a685c706 # Parent 4aff19cc00bbd78d7ceb817f1ce9e19173e76f47 cosmetics diff -r 4aff19cc00bb -r 83dc11e40f28 stream/url.c --- a/stream/url.c Tue Nov 21 16:26:38 2006 +0000 +++ b/stream/url.c Tue Nov 21 16:27:05 2006 +0000 @@ -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);