diff options
Diffstat (limited to 'src/FSWrap.c')
-rw-r--r-- | src/FSWrap.c | 2 |
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) |