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