.FileSel: fixed warning (thanks koldo)

git-svn-id: svn://ultimatepp.org/upp/trunk@2905 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-12-12 08:00:43 +00:00
parent ffd3e5222e
commit 22a92004ea

View file

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