From 9964dee4e222e1a58ce6f58c3b5d6887b16cfd68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 27 Mar 2006 16:48:14 +0000 Subject: [PATCH] Oops --- include/vlc_url.h | 1 - 1 file changed, 1 deletion(-) 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. -- 2.39.2