Re: [PATCH 4/4] ReportsText.cc: Restore ostream format

2021-07-19 Thread Gedare Bloom
These 4 look good to me. On Mon, Jul 19, 2021 at 11:13 AM Ryan Long wrote: > > CID 1505940: Not restoring ostream format > > Save format of stream before changing it, and change it back before returning. > > Closes #4472 > --- > tester/covoar/ReportsText.cc | 5 + > 1 file changed, 5 inserti

[PATCH 4/4] ReportsText.cc: Restore ostream format

2021-07-19 Thread Ryan Long
CID 1505940: Not restoring ostream format Save format of stream before changing it, and change it back before returning. Closes #4472 --- tester/covoar/ReportsText.cc | 5 + 1 file changed, 5 insertions(+) diff --git a/tester/covoar/ReportsText.cc b/tester/covoar/ReportsText.cc index 35ad78