mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
.uppbox
git-svn-id: svn://ultimatepp.org/upp/trunk@14294 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
627c21f523
commit
4f590458df
1 changed files with 1 additions and 1 deletions
|
|
@ -715,7 +715,7 @@ String Downloads()
|
|||
r << "::@W ";
|
||||
bool next = false;
|
||||
for(int i = 0; i < min(39, fn.GetCount()); i++)
|
||||
if(fn[i].Find(decode(pass, 0, "posix", 1, "win", "macos")) >= 0) {
|
||||
if(fn[i].Find(decode(pass, 0, "win", 1, "posix", "macos")) >= 0) {
|
||||
if(next) r << "&[A0 &]";
|
||||
next = true;
|
||||
r << Format("%04d-%02d-%02d %02d:%02d",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue