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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user