]> git.pld-linux.org Git - packages/elinks.git/blob - elinks-cgi.patch
- added the chunked.patch
[packages/elinks.git] / elinks-cgi.patch
1 diff --git a/src/protocol/uri.c b/src/protocol/uri.c
2 index df22646..e9c3b39 100644
3 --- a/src/protocol/uri.c
4 +++ b/src/protocol/uri.c
5 @@ -149,7 +149,7 @@ static int
6  check_uri_file(const unsigned char *name)
7  {
8         /* Check POST_CHAR etc ... */
9 -       static const unsigned char chars[] = POST_CHAR_S "#?";
10 +       static const unsigned char chars[] = POST_CHAR_S "#";
11  
12         return strcspn(name, chars);
13  }
This page took 0.068034 seconds and 3 git commands to generate.