diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/stdio/fgetwc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/fgetwc.c b/src/stdio/fgetwc.c index e455cfec..a00c1a86 100644 --- a/src/stdio/fgetwc.c +++ b/src/stdio/fgetwc.c @@ -22,6 +22,7 @@ static wint_t __fgetwc_unlocked_internal(FILE *f) f->rpos++; return WEOF; } + f->rpos = f->rend; } else l = -2; /* Convert character byte-by-byte */ |