mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
pg: hande C calls, move to .c.v files (#19739)
This commit is contained in:
parent
be89cbf26f
commit
24befa0ba6
13 changed files with 18 additions and 17 deletions
|
@ -214,7 +214,7 @@ fn example_vfsfile_read(file &sqlite.Sqlite3_file, output voidptr, amount int, o
|
|||
vfsfile.vfs_state.log << 'read file=${vfsfile.name}'
|
||||
|
||||
unsafe {
|
||||
C.memset(output, 0, amount)
|
||||
vmemset(output, 0, amount)
|
||||
}
|
||||
|
||||
return sqlite.sqlite_ioerr_short_read
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue