summaryrefslogtreecommitdiff
path: root/src/fcstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fcstr.c')
-rw-r--r--src/fcstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcstr.c b/src/fcstr.c
index 730e440..fb715a4 100644
--- a/src/fcstr.c
+++ b/src/fcstr.c
@@ -83,7 +83,7 @@ FcStrCaseWalkerInit (const FcChar8 *src, FcCaseWalker *w)
{
w->src = src;
w->read = 0;
- w->len = strlen (src);
+ w->len = strlen ((char *) src);
}
static FcChar8