[Fontconfig] fontconfig: Branch 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Mon Jun 10 11:03:21 UTC 2019
src/fccache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 66b0af41b81c5f0db1a8f952beaaada95e221d14
Author: Akira TAGOH <akira at tagoh.org>
Date: Mon Jun 10 10:57:05 2019 +0000
Fix endianness on generating MD5 cache name
diff --git a/src/fccache.c b/src/fccache.c
index 47f7876..7e42761 100644
--- a/src/fccache.c
+++ b/src/fccache.c
@@ -1641,7 +1641,7 @@ FcCacheNumFont args1(const FcCache *c)
* will fill a supplied 16-byte array with the digest.
*/
-#ifndef HIGHFIRST
+#ifndef WORDS_BIGENDIAN
#define byteReverse(buf, len) /* Nothing */
#else
/*
More information about the Fontconfig
mailing list