From a0bddf872d22514cc724f4e6b3ad759085a3fda7 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 15 Jan 2024 11:10:50 +0100 Subject: [PATCH] Fix dd7b9ff27 ("Avoid memory crash when reading old VDMOS models. Enable both old and current model format.", 2023-12-30) --- src/frontend/inpcom.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 922393c5c..8f96eee84 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -8035,7 +8035,6 @@ static int inp_vdmos_model(struct card *deck) wl_append_word(NULL, &wl, token); else { tfree(token); - break; } if (*cut_line == ')' || *cut_line == '\0') { wl_append_word(NULL, &wl, copy(")"));