projects
/
platform
/
upstream
/
fontconfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
116e13b
)
Bug 103 -- FcObjectSetBuild must be terminated by (char *) 0 as varargs are
author
Keith Packard
<keithp@keithp.com>
Tue, 12 Aug 2003 02:06:20 +0000
(
02:06
+0000)
committer
Keith Packard
<keithp@keithp.com>
Tue, 12 Aug 2003 02:06:20 +0000
(
02:06
+0000)
untyped
fc-list/fc-list.c
patch
|
blob
|
history
diff --git
a/fc-list/fc-list.c
b/fc-list/fc-list.c
index
6416331
..
997a6ac
100644
(file)
--- a/
fc-list/fc-list.c
+++ b/
fc-list/fc-list.c
@@
-135,7
+135,7
@@
main (int argc, char **argv)
pat = FcPatternCreate ();
if (!os)
- os = FcObjectSetBuild (FC_FAMILY, FC_STYLE, 0);
+ os = FcObjectSetBuild (FC_FAMILY, FC_STYLE,
(char *)
0);
fs = FcFontList (0, pat, os);
if (pat)
FcPatternDestroy (pat);