diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index aa9d8e1f8..cd40a31cc 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -7123,7 +7123,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))