changeset 31952:2e448a03e5cb

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 01 Apr 2023 13:54:27 +0200
parents 423996c799a6 (current diff) d1a846f57379 (diff)
children 284cb7dfc885
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 13:33:35 2023 -0700
+++ b/libinterp/corefcn/oct-stream.h	Sat Apr 01 13:54:27 2023 +0200
@@ -119,7 +119,7 @@
 
   std::ostream * preferred_output_stream ()
   {
-    if (! m_encoding.compare ("utf-8") || (m_mode & std::ios::binary))
+    if (! m_encoding.compare ("utf-8"))
       return output_stream ();
 
     if (m_conv_ostream)