mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-19 22:04:01 -06:00
.uppweb
git-svn-id: svn://ultimatepp.org/upp/trunk@4866 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
31f411d1f9
commit
b4d2f5ffda
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ String Downloads()
|
|||
IndexSort2(tm, fn, path, StdGreater<Time>());
|
||||
for(int i = 0; i < fn.GetCount(); i++)
|
||||
if(i < 40)
|
||||
r << "[^downloads/" << fn[i] << "^ \1" << fn[i] << "\1 " << tm[i]&";
|
||||
r << "[^downloads/" << fn[i] << "^ \1" << fn[i] << "\1 " << tm[i] << "&";
|
||||
else
|
||||
DeleteFile(ff.GetPath());
|
||||
return r;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue