summaryrefslogtreecommitdiff
path: root/src/fcformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fcformat.c')
-rw-r--r--src/fcformat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fcformat.c b/src/fcformat.c
index c76dc5e..ae8c59c 100644
--- a/src/fcformat.c
+++ b/src/fcformat.c
@@ -759,14 +759,14 @@ interpret_simple (FcFormatContext *c,
}
if (l && idx == 0)
{
- if (!FcNameUnparseValue (buf, &l->value, '\0'))
+ if (!FcNameUnparseValue (buf, &l->value, NULL))
return FcFalse;
}
else goto notfound;
}
else if (l)
{
- FcNameUnparseValueList (buf, l, '\0');
+ FcNameUnparseValueList (buf, l, NULL);
}
else
{