git-svn-id: svn://ultimatepp.org/upp/trunk@9225 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-11-24 08:32:36 +00:00
parent c40fc6e64d
commit a41d5ef263

View file

@ -701,8 +701,9 @@ String Downloads()
if(fn[i].StartsWith(decode(pass, 0, "upp-mingw", 1, "upp-win", "upp-x11"))) {
if(next) r << "&";
next = true;
r << (int)tm[i].year << "-" << (int)tm[i].month << "-" << (int)tm[i].day
<< " " << (int)tm[i].hour << ":" << (int)tm[i].minute
r << Format("%04d-%02d-%02d %02d:%02d",
(int)tm[i].year, (int)tm[i].month, (int)tm[i].day,
(int)tm[i].hour, (int)tm[i].minute)
<< " [^downloads/" << fn[i] << "^ \1" << fn[i] << "\1]";
}
}