Re: [PATCH STABLE] cleanup: always `seek(0, io.SEEK_END)` after open in append mode before tell()

2019-06-21 Thread Yuya Nishihara
On Thu, 20 Jun 2019 14:28:58 -0400, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1561049708 14400 > # Thu Jun 20 12:55:08 2019 -0400 > # Branch stable > # Node ID e99fa717419b71a2493fd7211cab5a0de9c86c7c > # Parent b6387a65851d4421d5580b1a4db4c55366a94ec8 >

[PATCH STABLE] cleanup: always `seek(0, io.SEEK_END)` after open in append mode before tell()

2019-06-20 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1561049708 14400 # Thu Jun 20 12:55:08 2019 -0400 # Branch stable # Node ID e99fa717419b71a2493fd7211cab5a0de9c86c7c # Parent b6387a65851d4421d5580b1a4db4c55366a94ec8 cleanup: always `seek(0, io.SEEK_END)` after open in append mode before