]> git.sesse.net Git - vlc/commitdiff
Forgot @ -- thanks thedj
authorRémi Denis-Courmont <rem@videolan.org>
Fri, 12 Aug 2005 19:58:45 +0000 (19:58 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Fri, 12 Aug 2005 19:58:45 +0000 (19:58 +0000)
include/network.h

index cf176df4a710de57e2c8851a1d416b44a3411f74..7f859106a1947aebf740b4806209776859f7a5be 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 );
 }
 
 /*****************************************************************************