summaryrefslogtreecommitdiff
path: root/src/wchar/swprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/swprintf.c')
-rw-r--r--src/wchar/swprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wchar/swprintf.c b/src/wchar/swprintf.c
index 6cc546c3..30c3baf7 100644
--- a/src/wchar/swprintf.c
+++ b/src/wchar/swprintf.c
@@ -6,6 +6,7 @@
int swprintf(wchar_t * restrict s, size_t n, const wchar_t * restrict format, ...)
{
SIGNAL_SAFE(0);
+ /* TODO: overlap */
va_list ap;
va_start(ap, format);