mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-19 06:06:54 -06:00
.FileSel: fixed warning (thanks koldo)
git-svn-id: svn://ultimatepp.org/upp/trunk@2905 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ffd3e5222e
commit
22a92004ea
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ void LazyFileIcons::Do()
|
|||
}
|
||||
int tm = GetTickCount();
|
||||
while(pos < list->GetCount()) {
|
||||
if(GetTickCount() - tm > ptime) {
|
||||
if((int)GetTickCount() - tm > ptime) {
|
||||
ptime = 50;
|
||||
Restart(0);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue