*** empty log message ***

svn path=/trunk/boinc/; revision=1399
This commit is contained in:
David Anderson 2003-06-11 23:36:42 +00:00
parent b68ed44f56
commit 7a0fa72f19
1 changed files with 1 additions and 1 deletions

View File

@ -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"