- typo fix

svn path=/trunk/boinc/; revision=25376
This commit is contained in:
David Anderson 2012-03-04 05:01:37 +00:00
parent d5bf5c46e3
commit c4bd510f22
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}
}