Fix use of uuid_create() on little-endian platforms
commit646dbed506c0a08bd66b65083974d1ac2aeafc1f
authorOlly Betts <olly@survex.com>
Tue, 2 Oct 2018 04:53:27 +0000 (2 17:53 +1300)
committerOlly Betts <olly@survex.com>
Thu, 4 Oct 2018 07:51:27 +0000 (4 20:51 +1300)
treedf25103d486a1295f012c373e167a7fd57eecace
parent7d7983c861a9d0c418d4a2adf3d108ad42d145e9
Fix use of uuid_create() on little-endian platforms

We need to byte swap the first three components.

(cherry picked from commit 7c298124efa4a34c875594e3977f4e14e72762e1)
xapian-core/backends/uuids.cc