Fixed array bound error. Amazing that it worked on a SUN-3
This commit is contained in:
parent
aa67a0640f
commit
6693faf063
@ -402,7 +402,8 @@ outtokens() {
|
||||
for(i=0;i<maxtokensize;i++)
|
||||
fprintf(ctable,"%d,",typeconv(tp->tk_att[i].ta_type));
|
||||
fprintf(ctable,"},%d},\t/* ",tp->tk_format);
|
||||
outfmt(l_strings[tp->tk_format]);
|
||||
if (tp->tk_format >= 0) outfmt(l_strings[tp->tk_format]);
|
||||
else fprintf(ctable, "(no format)");
|
||||
fprintf(ctable," */\n");
|
||||
}
|
||||
fprintf(ctable,"{0}};\n\n");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user