mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
[]: update all examples and tests
This commit is contained in:
@@ -109,7 +109,7 @@ fn block_generic(dig mut Digest, p_ []byte) {
|
||||
h4 += e
|
||||
|
||||
if chunk >= p.len {
|
||||
p = []byte
|
||||
p = []
|
||||
} else {
|
||||
p = p[chunk..]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user