mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
strings: builder: write_b()
This commit is contained in:

committed by
Alexander Medvednikov

parent
55f32fc413
commit
5a8c07dcf5
@ -74,7 +74,7 @@ pub fn (aa mut Automaton) update() {
|
||||
aa.new_field.set(x,y, if v { 1 } else { 0 })
|
||||
}
|
||||
}
|
||||
mut tmp := aa.field
|
||||
tmp := aa.field
|
||||
aa.field = aa.new_field
|
||||
aa.new_field = tmp
|
||||
}
|
||||
|
Reference in New Issue
Block a user