summaryrefslogtreecommitdiff
path: root/src/FSWrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/FSWrap.c')
-rw-r--r--src/FSWrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FSWrap.c b/src/FSWrap.c
index 12d0406b..92caea07 100644
--- a/src/FSWrap.c
+++ b/src/FSWrap.c
@@ -195,7 +195,7 @@ XCreateFontSet (
if (oc && def_string) {
*def_string = oc->core.default_string;
if (!*def_string)
- *def_string = "";
+ *def_string = (char *)"";
}
if (oc == NULL)