mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-31 21:02:26 -05:00
update sqlite library -> v1.13.0
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
This commit is contained in:
parent
2b14b20802
commit
71a4f8667c
158 changed files with 227599 additions and 4113 deletions
6
vendor/modernc.org/libc/printf.go
generated
vendored
6
vendor/modernc.org/libc/printf.go
generated
vendored
|
|
@ -42,9 +42,9 @@ func printf(format, args uintptr) []byte {
|
|||
case '%':
|
||||
format = printfConversion(buf, format, &args)
|
||||
case 0:
|
||||
// if dmesgs {
|
||||
// dmesg("%v: %q", origin(1), buf.Bytes())
|
||||
// }
|
||||
if dmesgs {
|
||||
dmesg("%v: %q", origin(1), buf.Bytes())
|
||||
}
|
||||
return buf.Bytes()
|
||||
default:
|
||||
format++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue