1
0
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:
Alexander Medvednikov
2019-11-14 10:00:22 +03:00
parent 96b530cf85
commit 7d924679a6
10 changed files with 390 additions and 389 deletions

View File

@@ -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..]
}