No syntax check for title line

This commit is contained in:
Holger Vogt 2023-06-04 14:36:27 +02:00
parent 0c1f114dea
commit c1db561373
1 changed files with 2 additions and 2 deletions

View File

@ -1032,8 +1032,8 @@ struct card *inp_readall(FILE *fp, const char *dir_name,
utf8_syntax_check(working);
#endif
/* some syntax checks, including title line */
inp_check_syntax(cc);
/* some syntax checks, excluding title line */
inp_check_syntax(working);
if (newcompat.lt && newcompat.a)
ltspice_compat_a(working);