the loop was never entered. CID 93

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27745 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2008-09-25 14:36:29 +00:00
parent 84dcf4f24f
commit 85d7d4bc41
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ TTracker::QuitRequested()
deskDir.RemoveAttr(kAttrOpenWindows); deskDir.RemoveAttr(kAttrOpenWindows);
} }
for (int32 count = 0; count == 50; count++) { for (int32 count = 0; count < 50; count++) {
// wait 5 seconds for the copiing/moving to quit // wait 5 seconds for the copiing/moving to quit
if (gStatusWindow->AttemptToQuit()) if (gStatusWindow->AttemptToQuit())
break; break;