summaryrefslogtreecommitdiff
path: root/examples/iconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/iconv.c')
-rw-r--r--examples/iconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/iconv.c b/examples/iconv.c
index d1c964aaa..c96a5ab86 100644
--- a/examples/iconv.c
+++ b/examples/iconv.c
@@ -42,7 +42,7 @@ main (int argc, char **argv)
rc = stdio_stream_create (&in, stdin, 0);
assert (rc == 0);
assert (stream_open (in) == 0);
- assert (filter_iconv_create (&cvt, in, argv[1], argv[2], 0) == 0);
+ assert (filter_iconv_create (&cvt, in, argv[1], argv[2], 0, mu_fallback_none) == 0);
assert (stream_open (cvt) == 0);
rc = stdio_stream_create (&out, stdout, 0);

Return to:

Send suggestions and report system problems to the System administrator.