diff options
| author | Stephen J. Kiernan <stevek@FreeBSD.org> | 2017-12-06 21:12:24 +0000 |
|---|---|---|
| committer | Stephen J. Kiernan <stevek@FreeBSD.org> | 2017-12-06 21:12:24 +0000 |
| commit | 8b1769146658f87a0cce3f7c1c8d9358400a1be6 (patch) | |
| tree | 44f52242ee788314180407e35899695d0c36b664 /lib/libc/stdio | |
| parent | b00a5bd558d876efe61a7223d3b3157a8fe6e77f (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio')
| -rw-r--r-- | lib/libc/stdio/vfwscanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/vfwscanf.c b/lib/libc/stdio/vfwscanf.c index fb9c0a961fd7..fbd3a8ad747a 100644 --- a/lib/libc/stdio/vfwscanf.c +++ b/lib/libc/stdio/vfwscanf.c @@ -494,7 +494,7 @@ literal: goto input_failure; if (wi != c) { __ungetwc(wi, fp, locale); - goto input_failure; + goto match_failure; } nread++; continue; |
