changeset 31951:d1a846f57379 stable

Backed out changeset fcd97a68e5f7
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 01 Apr 2023 13:21:34 +0200
parents ba7761c84597
children 2e448a03e5cb 2460c1e69799
files libinterp/corefcn/oct-stream.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/oct-stream.h	Fri Mar 31 18:31:20 2023 +0200
+++ b/libinterp/corefcn/oct-stream.h	Sat Apr 01 13:21:34 2023 +0200
@@ -123,7 +123,7 @@
 
   std::ostream * preferred_output_stream (void)
   {
-    if (! m_encoding.compare ("utf-8") || (m_mode & std::ios::binary))
+    if (! m_encoding.compare ("utf-8"))
       return output_stream ();
 
     if (m_conv_ostream)