mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-27 14:15:30 -06:00
.uppweb
git-svn-id: svn://ultimatepp.org/upp/trunk@9225 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c40fc6e64d
commit
a41d5ef263
1 changed files with 3 additions and 2 deletions
|
|
@ -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]";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue