Add comment
This commit is contained in:
parent
c74935eeb7
commit
e29a4fc457
|
|
@ -1274,6 +1274,8 @@ inp_spsource(FILE *fp, bool comfile, char *filename, bool intfile)
|
||||||
#ifdef OSDI
|
#ifdef OSDI
|
||||||
inputdir = dir_name;
|
inputdir = dir_name;
|
||||||
#endif
|
#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 (cp_getvar("controlswait", CP_BOOL, NULL, 0)) {
|
||||||
if (wl)
|
if (wl)
|
||||||
exec_controls(wl_copy(wl));
|
exec_controls(wl_copy(wl));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue