summaryrefslogtreecommitdiff
path: root/src/fccache.c
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2019-06-10 10:57:05 +0000
committerAkira TAGOH <akira@tagoh.org>2019-06-10 10:57:05 +0000
commit66b0af41b81c5f0db1a8f952beaaada95e221d14 (patch)
treec42a1849e6fb5625727dc01adeff11afb77be1fa /src/fccache.c
parentf729bc63d83c8e9068ff1c031a363b624dea1bb7 (diff)
Fix endianness on generating MD5 cache name
Diffstat (limited to 'src/fccache.c')
-rw-r--r--src/fccache.c2
1 files changed, 1 insertions, 1 deletions
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
/*