fix a bug that occurs when xspice is not selected

missing function parameter has been introduced in previous commit
This commit is contained in:
Holger Vogt 2020-08-17 23:44:44 +02:00
parent 602baf68e6
commit 445c6f2d32
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ struct card *inp_readall(FILE *fp, const char *dir_name,
#ifdef XSPICE
inp_poly_2g6_compat(working);
#else
inp_poly_err();
inp_poly_err(working);
#endif
/* a preliminary fix: if ps is enabled, .dc TEMP -15 75 5 will
have been modified to .dc (TEMPER) -15 75 5. So we repair it here. */