svn path=/trunk/boinc/; revision=885
This commit is contained in:
Eric Heien 2003-02-10 18:51:46 +00:00
parent 80fd59ce85
commit 2cfd985815
1 changed files with 1 additions and 1 deletions

View File

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