This commit is contained in:
Kovid Goyal 2023-02-01 11:28:52 +05:30
parent 5c0d477a18
commit 092dc3d01f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -566,6 +566,9 @@ func (self *GraphicsCommand) WriteWithPayloadTo(o io.StringWriter, payload []byt
gc.m = GRT_more_nomore
}
err = gc.serialize_to(o, chunk)
if err != nil {
return err
}
if !is_first {
gc = GraphicsCommand{}
}