Increase cfg.line_codepage buffer size to cope with the explanatory
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 30 Oct 2001 09:50:40 +0000 (09:50 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 30 Oct 2001 09:50:40 +0000 (09:50 +0000)
text added in a recent unicode.c patch.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1342 cda61777-01e9-0310-a592-d414129be87e

putty.h

diff --git a/putty.h b/putty.h
index 026fa44..8bd681e 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -331,7 +331,7 @@ typedef struct {
     short wordness[256];
     /* translations */
     VT_Mode vtmode;
-    char line_codepage[32];
+    char line_codepage[128];
     int xlat_capslockcyr;
     /* X11 forwarding */
     int x11_forward;