Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/fhandler_console.cc')
-rw-r--r--winsup/cygwin/fhandler_console.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_console.cc b/winsup/cygwin/fhandler_console.cc
index 9620b29d3..768327056 100644
--- a/winsup/cygwin/fhandler_console.cc
+++ b/winsup/cygwin/fhandler_console.cc
@@ -31,7 +31,7 @@ details. */
#include "shared_info.h"
#include "cygthread.h"
-#define CONVERT_LIMIT 4096
+#define CONVERT_LIMIT 16384
static BOOL
cp_convert (UINT destcp, char *dest, UINT srccp, const char *src, DWORD size)