]> git.wh0rd.org - fontconfig.git/commit
FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.
authorKeith Packard <keithp@neko.keithp.com>
Wed, 30 Aug 2006 20:51:03 +0000 (13:51 -0700)
committerKeith Packard <keithp@neko.keithp.com>
Wed, 30 Aug 2006 20:51:03 +0000 (13:51 -0700)
commitc02886485b293179e8492cad9a34eb431dd4bfc9
treeac9a93aa118ca5755b97f1b3a1f3fc7c492270a3
parente3096d90fd3e0ba8b62d2c6df4cfb24f08a0766c
FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.

FcCharSetSerialize was computing the offset to the unserialized leaf,
which left it pointing at random data when the cache was reloaded.

fc-cat has been updated to work with the new cache structure.

Various debug messages extended to help diagnose serialization errors.
fc-cat/fc-cat.c
src/fccache.c
src/fccharset.c
src/fcdbg.c
src/fcint.h
src/fcpat.c