summaryrefslogtreecommitdiff
path: root/src/fclist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fclist.c')
-rw-r--r--src/fclist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fclist.c b/src/fclist.c
index 02ef877..357932b 100644
--- a/src/fclist.c
+++ b/src/fclist.c
@@ -67,7 +67,7 @@ FcObjectSetAdd (FcObjectSet *os, const char *object)
low = 0;
mid = 0;
c = 1;
- object = FcStrStaticName (object);
+ object = (char *)FcStrStaticName ((FcChar8 *)object);
while (low <= high)
{
mid = (low + high) >> 1;