GitHub user NorthNick opened a pull request:
https://github.com/apache/couchdb-jiffy/pull/3
Fix enc_long for 64-bit Windows compilation.
enc_long loses the top 4 bytes of longs under 64-bit MSVC on Windows. This
patch fixes that.
I'm not sure of the effect under 32-bit compilation, but the CouchDB 2.0
Windows build is 64-bit, so that should not matter.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/NorthNick/couchdb-jiffy master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-jiffy/pull/3.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3
----
commit 5444b2fd3d5e3c93dd41a14dc9b1fdff4a853c0d
Author: NickNorth <[email protected]>
Date: 2016-01-23T16:12:03Z
Fix enc_long for 64-bit Windows compilation.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---