Re: [PATCH] Cygwin: Use correct string conversion

2019-06-27 Thread Corinna Vinschen
On Jun 26 22:31, Mark Geisert wrote: > Correct the string conversion calls so both argv elements get converted > at full precision. > --- > winsup/utils/cygwin-console-helper.cc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/winsup/utils/cygwin-console-helper.cc > b

[PATCH] Cygwin: Use correct string conversion

2019-06-26 Thread Mark Geisert
Correct the string conversion calls so both argv elements get converted at full precision. --- winsup/utils/cygwin-console-helper.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winsup/utils/cygwin-console-helper.cc b/winsup/utils/cygwin-console-helper.cc index 8f62ed7e