From 86018d09e10635e076b3347d5cfcbfd79b58bc4c Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 12 Nov 1986 21:14:05 +0000 Subject: [PATCH] changed sizes of labstr and argstr to accomodate longer identifiers. --- mach/proto/ncg/fillem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/proto/ncg/fillem.c b/mach/proto/ncg/fillem.c index 5e87991bc..dfb850475 100644 --- a/mach/proto/ncg/fillem.c +++ b/mach/proto/ncg/fillem.c @@ -78,7 +78,7 @@ int opcode; int offtyp; long argval; int dlbval; -char str[MAXSTR],argstr[32],labstr[32]; +char str[MAXSTR],argstr[128],labstr[128]; int strsiz; int holno=0; int procno=0; -- 2.34.1