Browse Source

Oops

pull/2/head
Rémi Denis-Courmont 21 years ago
parent
commit
9964dee4e2
  1. 1
      include/vlc_url.h

1
include/vlc_url.h

@ -174,7 +174,6 @@ static inline int isurlsafe( int c )
return ( (unsigned char)( c - 'a' ) < 26 )
|| ( (unsigned char)( c - 'A' ) < 26 )
|| ( (unsigned char)( c - '0' ) < 10 )
|| ( (unsigned char)( c ) > 127 )
/* Hmm, we should not encode character that are allowed in URLs
* (even if they are not URL-safe), nor URL-safe characters.
* We still encode some of them because of Microsoft's crap browser.

Loading…
Cancel
Save