mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: fixed array cannot implicitly convert to fooptr (again) (#9302)
This commit is contained in:
@@ -24,7 +24,7 @@ pub fn (mut r Request) parse_request(s string, max_headers int) int {
|
||||
&r.method.str, &method_len,
|
||||
&r.path.str, &path_len,
|
||||
&minor_version,
|
||||
r.headers, &num_headers,
|
||||
&r.headers[0], &num_headers,
|
||||
0
|
||||
)
|
||||
if pret > 0 {
|
||||
|
Reference in New Issue
Block a user