This commit is contained in:
Kovid Goyal 2025-01-23 05:58:02 +05:30
parent ea9afc6e89
commit b52894c0d3
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -534,7 +534,7 @@ parse_input(ChildMonitor *self) {
DECREF_CHILD(scratch[i]);
}
if (reload_config_called) {
call_boss(load_config_file, "");
call_boss(load_config_file, NULL);
}
return input_read;
}