Re: [PATCH] - further improved decoding of URL special characters
Morten Nilsen <[email protected]> Sat, 05 Nov 2005 20:15:40 +0100
| Newsgroups | gmane.comp.multimedia.xmms.devel |
|---|---|
| Message-ID | <[email protected]> |
Morten Nilsen wrote:
> if(r[0] == '%' && r[1] && r[1]) {
geez.. what is wrong with me today?
that second r[1] should obviously read r[2]
--
Morten