summaryrefslogtreecommitdiff
path: root/ustring.c
diff options
context:
space:
mode:
Diffstat (limited to 'ustring.c')
-rw-r--r--ustring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ustring.c b/ustring.c
index 3c5698c..3be5511 100644
--- a/ustring.c
+++ b/ustring.c
@@ -480,7 +480,7 @@ int charset_from_ustr(filepos *fpos, const wchar_t *name)
if (charset == CS_NONE) {
charset = CS_ASCII;
- error(err_charset, fpos, name);
+ err_charset(fpos, name);
}
sfree(csname);