chore(deps): Update sqlite dependencies
This commit is contained in:
4
vendor/modernc.org/libc/scanf.go
generated
vendored
4
vendor/modernc.org/libc/scanf.go
generated
vendored
@ -16,12 +16,12 @@ import (
|
||||
// were unavailable, or matching failure, meaning that the input was
|
||||
// inappropriate.
|
||||
func scanf(r *strings.Reader, format, args uintptr) (nvalues int32) {
|
||||
var src []byte //TODO-
|
||||
// var src []byte //TODO-
|
||||
var ok bool
|
||||
out:
|
||||
for {
|
||||
c := *(*byte)(unsafe.Pointer(format))
|
||||
src = append(src, c) //TODO-
|
||||
// src = append(src, c) //TODO-
|
||||
switch c {
|
||||
case '%':
|
||||
var n int
|
||||
|
Reference in New Issue
Block a user