Fix endianness on generating MD5 cache name
This commit is contained in:
parent
f729bc63d8
commit
66b0af41b8
|
@ -1641,7 +1641,7 @@ FcCacheNumFont args1(const FcCache *c)
|
||||||
* will fill a supplied 16-byte array with the digest.
|
* will fill a supplied 16-byte array with the digest.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef HIGHFIRST
|
#ifndef WORDS_BIGENDIAN
|
||||||
#define byteReverse(buf, len) /* Nothing */
|
#define byteReverse(buf, len) /* Nothing */
|
||||||
#else
|
#else
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue