X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=vms%2Fmunchconfig.c;h=ccbf638e0c74b08a4fa7e88ed94f0509e4a22be7;hb=7c5b6093a3ac5e0bd09cdb0d2f391fecc26ce08d;hp=82768db12ce1f50c6773ecd1f1bc4b7cff77c901;hpb=154545c719744e0c72089d7eedb40eeb83bbbcc7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/vms/munchconfig.c b/vms/munchconfig.c index 82768db..ccbf638 100644 --- a/vms/munchconfig.c +++ b/vms/munchconfig.c @@ -30,7 +30,7 @@ #endif /* The biggest line we can read in from a file */ -#define LINEBUFFERSIZE 400 +#define LINEBUFFERSIZE 1024 #define NUMTILDESUBS 30 #define NUMCONFIGSUBS 1000 #define TOKENBUFFERSIZE 80 @@ -78,7 +78,7 @@ main(int argc, char *argv[]) /* Any tag/value pairs on the command line? */ if (argc > 3) { int i; - char WorkString[80]; + char WorkString[LINEBUFFERSIZE]; for (i=3; i < argc && argv[i]; i++) { /* Local copy */