mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
uri -> url
This commit is contained in:
@@ -6,7 +6,7 @@ static void
|
||||
test(const char *input, const char *expected)
|
||||
{
|
||||
char *tmp = xstrdup(input);
|
||||
char *out = make_safe_uri(tmp);
|
||||
char *out = make_safe_url(tmp);
|
||||
|
||||
if (expected == NULL) {
|
||||
if (out == NULL)
|
||||
|
||||
Reference in New Issue
Block a user