Fix endianness on generating MD5 cache name

This commit is contained in:
Akira TAGOH 2019-06-10 10:57:05 +00:00
parent f729bc63d8
commit 66b0af41b8
1 changed files with 1 additions and 1 deletions

View File

@ -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
/*