*** empty log message ***

svn path=/trunk/boinc/; revision=2128
This commit is contained in:
Karl Chen 2003-08-16 00:15:36 +00:00
parent 5db7ea9e53
commit c6a0fd876f
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ void handle_wu(DB_WORKUNIT& wu) {
break;
}
#endif
char suffix[256];
sprintf(suffix, "%d", results.size()+i);
strcpy(result_template, wu.result_template);
retval = create_result(wu, result_template, suffix, key, "");