Compile fix

svn path=/trunk/boinc/; revision=9130
This commit is contained in:
Bruce Allen 2005-12-23 04:12:24 +00:00
parent 6dc9155ecf
commit 7eae628fc8
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ int main(int argc, const char** argv) {
} else if (!strcmp(argv[i], "-max_success_results")) {
wu.max_success_results = atoi(argv[++i]);
} else if (!strcmp(argv[i], "-command_line")) {
command_line= argv[++i];
command_line= (char *)argv[++i];
} else {
if (!strncmp("-",argv[i],1)) {
fprintf(stderr, "create_work: bad argument '%s'\n", argv[i]);