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/08960e44478c
branches:  trunk
changeset: 458072:08960e44478c
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jul 29 08:03: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 d329494d7b9f -r 08960e44478c 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 07:59:47 2019 +0000
+++ b/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/codecvt_members.cc    Mon Jul 29 08:03:47 2019 +0000
@@ -232,7 +232,7 @@
        const extern_type* __tmp_from = __from;
        size_t __conv = mbsnrtowcs_l(__to, &__from,
                                   __from_chunk_end - __from,
-                                  __max, &__state),
+                                  __max, &__state,
                                   (locale_t)_M_c_locale_codecvt);
        if (__conv == static_cast<size_t>(-1))
          {



Home | Main Index | Thread Index | Old Index