From c1db561373dcccedae5d55378b6b9ecfd21e0d1b Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 4 Jun 2023 14:36:27 +0200 Subject: [PATCH] No syntax check for title line --- src/frontend/inpcom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 0a6febaa0..d9d927bae 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -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);