summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index 304cb1f..647d642 100644
--- a/misc.c
+++ b/misc.c
@@ -497,7 +497,7 @@ void cmdline_cfg_add(paragraph *cfg, char *string)
while (cfg->origkeyword[len])
len += 1 + strlen(cfg->origkeyword+len);
- ustring = ufroma_dup(string, CS_FIXME);
+ ustring = ufroma_locale_dup(string);
upos = ulen;
ulen += 2 + ustrlen(ustring);