summaryrefslogtreecommitdiff
path: root/src/wchar/vfwprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/vfwprintf.c')
-rw-r--r--src/wchar/vfwprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wchar/vfwprintf.c b/src/wchar/vfwprintf.c
index 89e4c6b5..9374d2be 100644
--- a/src/wchar/vfwprintf.c
+++ b/src/wchar/vfwprintf.c
@@ -9,6 +9,7 @@
int vfwprintf(FILE * restrict stream, const wchar_t * restrict format, va_list arg)
{
SIGNAL_SAFE(0);
+ /* TODO: overlap */
int ret = 0;
struct io_options opt = {0};