Browse Source

changed sizes of labstr and argstr to accomodate longer identifiers.

ceriel 38 years ago
parent
commit
3ffbb31b34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mach/proto/ncg/fillem.c

+ 1 - 1
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;