mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: fix remaining []array
warnings
This commit is contained in:
@ -461,7 +461,7 @@ pub fn (ws mut Client) read() int {
|
||||
data: payload
|
||||
len: payload_len
|
||||
}
|
||||
mut frags := []Fragment
|
||||
mut frags := []Fragment{}
|
||||
mut size := u64(0)
|
||||
for f in ws.fragments {
|
||||
if f.len > 0 {
|
||||
|
Reference in New Issue
Block a user