Fix URL handling for parameters with either an ampersand (&) or and equal (=). Patches from Stephen Lee fixing a bug reported by Peter Gutbrod.

This commit is contained in:
Ron Pedde
2004-11-06 04:44:20 +00:00
parent 35d5710d65
commit 7f046ed3b1
3 changed files with 18 additions and 7 deletions

View File

@@ -43,3 +43,6 @@ Paul Kim (mrpickles@users.sourceforge.net)
* Various AAC meta-info cleanups
* Compilation tag support (aac and mp3)
Stephen Lee (slee@nis.net)
* Patches for proper url decoding