Module Name:    src
Committed By:   christos
Date:           Mon Jul 29 08:03:48 UTC 2019

Modified Files:
        src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly:
            codecvt_members.cc

Log Message:
Remove extra paren


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    
src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/codecvt_members.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/codecvt_members.cc
diff -u src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/codecvt_members.cc:1.3 src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/codecvt_members.cc:1.4
--- src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/codecvt_members.cc:1.3	Mon Jul 29 03:59:47 2019
+++ src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/codecvt_members.cc	Mon Jul 29 04:03:47 2019
@@ -232,7 +232,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
 	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))
 	  {

Reply via email to