]> git.wh0rd.org - fontconfig.git/commitdiff
Bump up magic version; we changed the binary format.
authorPatrick Lam <plam@MIT.EDU>
Fri, 17 Feb 2006 14:44:42 +0000 (14:44 +0000)
committerPatrick Lam <plam@MIT.EDU>
Fri, 17 Feb 2006 14:44:42 +0000 (14:44 +0000)
ChangeLog
src/fcint.h

index 6a45d92f89b329dda43bf1bad4e08d81fcba8729..bb5303f407e4ebca3a116c5bb463467de2c71936 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-17  Patrick Lam  <plam@mit.edu>
+       * src/fcint.h  (FC_CACHE_MAGIC):
+
+       Bump up magic version; we changed the binary format.
+
 2006-02-17  Patrick Lam  <plam@mit.edu>
        * fc-cat/fc-cat.c (main):
 
index fdf113aca3f8da50394ad47ba381a2746349053d..d5ff9d5d36cfb27654cd98d44b555f520a31201b 100644 (file)
@@ -251,7 +251,7 @@ typedef struct _FcStrBuf {
 } FcStrBuf;
 
 typedef struct _FcCache {
-    int            magic;              /* 0xFC02FC02 */
+    int            magic;              /* FC_CACHE_MAGIC */
     int            count;              /* number of bytes of data in block */
     int     bank;               /* bank ID */
     int     pattern_count;      /* number of FcPatterns */
@@ -324,7 +324,7 @@ typedef struct _FcCaseFold {
  * cache which is then rewritten to the users home directory
  */
 
-#define FC_CACHE_MAGIC 0xFC02FC02
+#define FC_CACHE_MAGIC 0xFC02FC03
 
 typedef struct _FcGlobalCacheDir FcGlobalCacheDir;