]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - psftp.c
Move MODULE files out of individual project directories into a
[PuTTY.git] / psftp.c
diff --git a/psftp.c b/psftp.c
index 6f849d4da6b557966639914b6c4aa49bb5388ce2..b2904364b8c32c98e20e8b3b6f133e69aa578593 100644 (file)
--- a/psftp.c
+++ b/psftp.c
@@ -1446,7 +1446,7 @@ static int verbose = 0;
  */
 void fatalbox(char *fmt, ...)
 {
-    char str[0x100];                  /* Make the size big enough */
+    char str[512];                    /* Make the size big enough */
     va_list ap;
     va_start(ap, fmt);
     strcpy(str, "Fatal:");
@@ -1459,7 +1459,7 @@ void fatalbox(char *fmt, ...)
 }
 void connection_fatal(char *fmt, ...)
 {
-    char str[0x100];                  /* Make the size big enough */
+    char str[512];                    /* Make the size big enough */
     va_list ap;
     va_start(ap, fmt);
     strcpy(str, "Fatal:");