mirror of https://github.com/BOINC/boinc.git
parent
80fd59ce85
commit
2cfd985815
|
@ -29,7 +29,7 @@ int main(int argc, char** argv) {
|
|||
printf(
|
||||
"<option value=\"%s\" %s>%s\n",
|
||||
countries[i],
|
||||
!strcmp(countries[i], argv[1])?"checked":"",
|
||||
!strcmp(countries[i], argv[1])?"selected":"",
|
||||
countries[i]
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue