This commit is contained in:
Jack 2025-06-20 15:37:15 -04:00 committed by GitHub
commit e515965cc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ func (f *fmt) clearflags() {
func (f *fmt) init(buf *buffer) {
f.buf = buf
f.wid = 0
f.prec = 0
f.clearflags()
}