]> git.sesse.net Git - vlc/commitdiff
and ampersand and question mark. Got them all this time.
authorRémi Denis-Courmont <rem@videolan.org>
Fri, 12 Aug 2005 20:01:54 +0000 (20:01 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Fri, 12 Aug 2005 20:01:54 +0000 (20:01 +0000)
include/network.h

index 7f859106a1947aebf740b4806209776859f7a5be..de146767fec4819a053ab8b0ddf6e1d4e3396fae 100644 (file)
@@ -222,7 +222,7 @@ static inline int isurlsafe( int c )
          * (even if they are not URL-safe), nor URL-safe characters.
          * We still encode some of them because of Microsoft's crap browser.
          */
-        || ( strchr( "/:.[]@-_.", c ) != NULL );
+        || ( strchr( "/:.[]@&?-_.", c ) != NULL );
 }
 
 /*****************************************************************************