mirror of https://github.com/BOINC/boinc.git
parent
d5bf5c46e3
commit
c4bd510f22
|
@ -443,7 +443,7 @@ int PROJECT::write_state(MIOFILE& out, bool gui_rpc) {
|
|||
if (no_rsc_pref[j]) {
|
||||
out.printf(" <no_rsc_pref>%s</no_rsc_pref>\n", rsc_name(j));
|
||||
}
|
||||
if (j>0 && gui_rpc & ncoprocs_excluded[j] == rsc_work_fetch[j].ninstances) {
|
||||
if (j>0 && gui_rpc && (ncoprocs_excluded[j] == rsc_work_fetch[j].ninstances)) {
|
||||
out.printf(" <no_rsc_config>%s</no_rsc_config>\n", rsc_name(j));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue