Created attachment 5312 [details] Fix issue with not treating as ios_base::right if no adjustfield flag set For standard streams, the adjustfield flag should be set to right on initialization. This is not the current case with uClibc++..
This seems to be the same patch as for PR6116 see https://bugs.busybox.net/show_bug.cgi?id=6116#c1 Please add a test to tests/iotest.cpp to illustrate the error and exercise the fix. TIA,