changeset 31920:bc7e8f4d4b31

maint: Merge stable to default
author Arun Giridhar <arungiridhar@gmail.com>
date Thu, 23 Mar 2023 11:23:52 -0400
parents e67b7b85670b (current diff) dd23a26b7294 (diff)
children c735cce18c7a
files libinterp/corefcn/pr-output.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/pr-output.cc	Wed Mar 22 13:33:46 2023 -0400
+++ b/libinterp/corefcn/pr-output.cc	Thu Mar 23 11:23:52 2023 -0400
@@ -2851,7 +2851,7 @@
           if (bit_format > 1)
             {
               for (std::size_t i = 0; i < sz; i++)
-                PRINT_CHAR_BITS_SWAPPED (os, tmpi[i]);
+                PRINT_CHAR_BITS (os, tmpi[i]);
             }
           else
             {