]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a cast to i64 for an integer in an sqlite3OsWrite() offset
authordrh <>
Mon, 30 Oct 2023 19:03:17 +0000 (19:03 +0000)
committerdrh <>
Mon, 30 Oct 2023 19:03:17 +0000 (19:03 +0000)
commitf3f0bd2155d2200b5a3d4975ddbde94d44164ba1
treeaa409ee21c5a96fde80f9ed772f5f720e5b8fbc7
parent383295eb17072c4a88b73d4ff7963c1eb4ea2dcd
Add a cast to i64 for an integer in an sqlite3OsWrite() offset
calculation.  The cast is not strictly necessary, but it helps human readers
see that the code is correct.

FossilOrigin-Name: 7564ff1ba2c2fba89106d1aa06cc5379e752f119f22370f2f155f24cc698dec6
manifest
manifest.uuid
src/pager.c