Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly ...



details:   https://anonhg.NetBSD.org/src/rev/d329494d7b9f
branches:  trunk
changeset: 458071:d329494d7b9f
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jul 29 07:59:47 2019 +0000

description:
remove extra paren

diffstat:

 external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/codecvt_members.cc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 80e2a00e53de -r d329494d7b9f external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/codecvt_members.cc
--- a/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/codecvt_members.cc    Mon Jul 29 03:01:09 2019 +0000
+++ b/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/codecvt_members.cc    Mon Jul 29 07:59:47 2019 +0000
@@ -149,7 +149,7 @@
            for (;; ++__to_next, __from += __conv)
              {
                __conv = mbrtowc_l(__to_next, __from, __from_end - __from,
-                                &__tmp_state), (locale_t)_M_c_locale_codecvt);
+                                &__tmp_state, (locale_t)_M_c_locale_codecvt);
                if (__conv == static_cast<size_t>(-1)
                    || __conv == static_cast<size_t>(-2))
                  break;



Home | Main Index | Thread Index | Old Index