git-svn-id: svn://ultimatepp.org/upp/trunk@4866 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-04-27 16:26:26 +00:00
parent 31f411d1f9
commit b4d2f5ffda

View file

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