From e29a4fc4571da1f3e1f2943cdda7c011b160ccd4 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 7 Aug 2026 13:58:52 +0200 Subject: [PATCH] Add comment --- src/frontend/inp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/inp.c b/src/frontend/inp.c index 66a170441..f0de1289d 100644 --- a/src/frontend/inp.c +++ b/src/frontend/inp.c @@ -1274,6 +1274,8 @@ inp_spsource(FILE *fp, bool comfile, char *filename, bool intfile) #ifdef OSDI inputdir = dir_name; #endif + /* If 'controlswait' has been set during the previous for loop step, + all further controls will be handled by exec_control() only. */ if (cp_getvar("controlswait", CP_BOOL, NULL, 0)) { if (wl) exec_controls(wl_copy(wl));