diff options
| -rw-r--r-- | src/stdio/vfscanf.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdio/vfscanf.c b/src/stdio/vfscanf.c index 68c8e2cf..c0e607f5 100644 --- a/src/stdio/vfscanf.c +++ b/src/stdio/vfscanf.c @@ -118,6 +118,8 @@ int vfscanf(FILE *restrict f, const char *restrict fmt, va_list ap)  		}  		if (*p=='m') { +			wcs = 0; +			s = 0;  			alloc = !!dest;  			p++;  		} else {  | 
