X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/26c8c119efd44804c7b27f8637c69eda63f0c189..refs/heads/master:/ustring.c 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);