fix failure of wide printf/scanf functions to set wide orientation
authorRich Felker <dalias@aerifal.cx>
Wed, 2 Jul 2014 16:09:48 +0000 (12:09 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 2 Jul 2014 16:09:48 +0000 (12:09 -0400)
commit984c25b74da085c6ae6b44a87bbd5f8afc9be331
tree031b96d453896bbdddb9b8a95b2a65b681822295
parent285f969db6a41a547ba5192a7363d41d4a8b5e3b
fix failure of wide printf/scanf functions to set wide orientation

in some cases, these functions internally call a byte-based input or
output function before calling getwc/putwc, so they cannot rely on the
latter to set the orientation.
src/stdio/vfwprintf.c
src/stdio/vfwscanf.c