From f3c076ec85e716cf736ee33cb8f718154a65fd83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Fri, 12 Aug 2005 19:58:45 +0000 Subject: [PATCH] Forgot @ -- thanks thedj --- include/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/network.h b/include/network.h index cf176df4a7..7f859106a1 100644 --- a/include/network.h +++ b/include/network.h @@ -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 ); } /***************************************************************************** -- 2.39.2