]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When calling fopen() in the zonefile extension, use modes "rb" and "wb"
authordan <dan@noemail.net>
Thu, 15 Feb 2018 15:17:42 +0000 (15:17 +0000)
committerdan <dan@noemail.net>
Thu, 15 Feb 2018 15:17:42 +0000 (15:17 +0000)
commit4e8f3bbd9550ade80c528be9fc4f7330914b39d6
tree68bd973aef2e27837190b8c1e8faf6a959aea1d4
parent74a2e48329bb24c9296bd079afc08c4a056374bd
When calling fopen() in the zonefile extension, use modes "rb" and "wb"
instead of "r" and "w". This makes no difference on unix, but is required when
accessing binary files on other systems.

FossilOrigin-Name: 4bb854ddd9c1dc2972fd4f7c2c2b2d121caa662d5085694c2dbb35d331a61444
ext/zonefile/zonefile.c
manifest
manifest.uuid