aboutsummaryrefslogtreecommitdiffstats
path: root/enwcsndup.c
diff options
context:
space:
mode:
Diffstat (limited to 'enwcsndup.c')
-rw-r--r--enwcsndup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enwcsndup.c b/enwcsndup.c
index 551311d..f08da34 100644
--- a/enwcsndup.c
+++ b/enwcsndup.c
@@ -6,7 +6,7 @@
wchar_t *
libsimple_enwcsndup(int status, const wchar_t *s, size_t n) /* TODO test */
{
- wchar_t *ret = wcsndup(s, n);
+ wchar_t *ret = libsimple_wcsndup(s, n);
if (!ret)
enprintf(status, "wcsndup:");
return ret;