From: RĂ©mi Denis-Courmont Date: Mon, 27 Mar 2006 16:48:14 +0000 (+0000) Subject: Oops X-Git-Tag: 0.9.0-test0~11747 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9964dee4e222e1a58ce6f58c3b5d6887b16cfd68;p=vlc Oops --- diff --git a/include/vlc_url.h b/include/vlc_url.h index 62646af7dc..bae327f4ca 100644 --- a/include/vlc_url.h +++ b/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.