Properly apply fcrozat's patch.
This commit is contained in:
parent
f7c4624f56
commit
d2f459781c
|
@ -228,6 +228,7 @@ FcCachePrintSet (FcFontSet *set, FcStrSet *dirs, char *cache_file)
|
||||||
FcPattern *font;
|
FcPattern *font;
|
||||||
FcChar8 *name, *dir;
|
FcChar8 *name, *dir;
|
||||||
const FcChar8 *file, *base;
|
const FcChar8 *file, *base;
|
||||||
|
int ret;
|
||||||
int n;
|
int n;
|
||||||
int id;
|
int id;
|
||||||
FcStrList *list;
|
FcStrList *list;
|
||||||
|
@ -298,7 +299,6 @@ int
|
||||||
main (int argc, char **argv)
|
main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
int ret;
|
|
||||||
#if HAVE_GETOPT_LONG || HAVE_GETOPT
|
#if HAVE_GETOPT_LONG || HAVE_GETOPT
|
||||||
int c;
|
int c;
|
||||||
FcFontSet *fs = FcFontSetCreate();
|
FcFontSet *fs = FcFontSetCreate();
|
||||||
|
|
Loading…
Reference in New Issue