No syntax check for title line
This commit is contained in:
parent
1ff095321c
commit
a99caf504f
|
|
@ -1032,8 +1032,8 @@ struct card *inp_readall(FILE *fp, const char *dir_name,
|
||||||
utf8_syntax_check(working);
|
utf8_syntax_check(working);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* some syntax checks, including title line */
|
/* some syntax checks, excluding title line */
|
||||||
inp_check_syntax(cc);
|
inp_check_syntax(working);
|
||||||
|
|
||||||
if (newcompat.lt && newcompat.a)
|
if (newcompat.lt && newcompat.a)
|
||||||
ltspice_compat_a(working);
|
ltspice_compat_a(working);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue