mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Compile fix after check_uri_file() after the cleanup
This commit is contained in:
parent
43f81014d0
commit
d80b072e1b
@ -150,8 +150,6 @@ check_uri_file(unsigned char *name)
|
|||||||
{
|
{
|
||||||
/* Check POST_CHAR etc ... */
|
/* Check POST_CHAR etc ... */
|
||||||
static const unsigned char chars[] = POST_CHAR_S "#?";
|
static const unsigned char chars[] = POST_CHAR_S "#?";
|
||||||
int i;
|
|
||||||
int namelen = strlen(name);
|
|
||||||
|
|
||||||
return strcspn(name, chars);
|
return strcspn(name, chars);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user