diff options
| -rw-r--r-- | win32/PlatWin.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 853473e11..3fdfc6065 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -479,7 +479,7 @@ public:  	}  }; -const int stackBufferLength = 10000; +const int stackBufferLength = 1000;  class TextWide : public VarBuffer<wchar_t, stackBufferLength> {  public:  	int tlen; | 
