mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
vlib: fix mutable args
This commit is contained in:
parent
34e0b164eb
commit
0bcc53c366
13 changed files with 54 additions and 54 deletions
|
@ -94,7 +94,7 @@ const(
|
|||
]
|
||||
)
|
||||
|
||||
fn block_generic(dig mut Digest, p []byte) {
|
||||
fn block_generic(dig mut Digest, p mut []byte) {
|
||||
mut w := [u64(0); 80]
|
||||
|
||||
mut h0 := dig.h[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue