mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1399
This commit is contained in:
parent
b68ed44f56
commit
7a0fa72f19
|
@ -163,7 +163,7 @@ int insert_app_file_tags(APP_VERSION& av, USER& user) {
|
|||
for (i=0; i<app_files.size(); i++) {
|
||||
af = app_files[i];
|
||||
//escape_url_readable(af.url, name);
|
||||
sprintf(name, "%s_%s", af.open_name, af.timestamp);
|
||||
sprintf(name, "%s_%d", af.open_name, af.timestamp);
|
||||
sprintf(buf,
|
||||
"<file_info>\n"
|
||||
" <name>%s</name>\n"
|
||||
|
|
Loading…
Reference in New Issue