diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index cc15e4c6f..519b08daf 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -7193,7 +7193,7 @@ static bool inp_temper_compat(struct card *card) continue; } /* exclude some elements */ - if (strchr("*vbiegfh", curr_line[0])) + if (strchr("*vbiegfhVBIEGFH", curr_line[0])) continue; /* exclude all dot commands except .model */ if (curr_line[0] == '.' && !prefix(".model", curr_line))