]> git.wh0rd.org - fontconfig.git/commit
Eliminate relocations from FcCodePageRange structure (bug 10982).
authorKeith Packard <keithp@koto.keithp.com>
Thu, 18 Oct 2007 16:48:31 +0000 (09:48 -0700)
committerKeith Packard <keithp@koto.keithp.com>
Thu, 18 Oct 2007 16:48:31 +0000 (09:48 -0700)
commit1bd0b5ba7365fc7b4ef39e46efc66a6f25c052c5
tree1e75224c2ac517ba7120ca0e5cce2192478c3102
parent96925b99c0551c4ed6bf7099473d0d36964f52cd
Eliminate relocations from FcCodePageRange structure (bug 10982).

FcCodePageRange was using char pointers; replace them with char arrays.
src/fcfreetype.c