diff options
Diffstat (limited to 'src/wchar/vfwscanf.c')
| -rw-r--r-- | src/wchar/vfwscanf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wchar/vfwscanf.c b/src/wchar/vfwscanf.c index e727b0c8..617ee56d 100644 --- a/src/wchar/vfwscanf.c +++ b/src/wchar/vfwscanf.c @@ -11,6 +11,7 @@ int vfwscanf(FILE * restrict stream, const wchar_t * restrict format, va_list arg) { SIGNAL_SAFE(0); + /* TODO: overlap */ int ret = 0; struct io_options opt = {0}; |
