Fix build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43211 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -108,7 +108,7 @@ DefaultNotifier::ReportProgress(int bytes, int messages, const char* message)
|
|||||||
// No size information available
|
// No size information available
|
||||||
// Report progress in terms of message count instead
|
// Report progress in terms of message count instead
|
||||||
|
|
||||||
fNotification.SetProgress(fItemsDone / (float)fTotalITems);
|
fNotification.SetProgress(fItemsDone / (float)fTotalItems);
|
||||||
} else {
|
} else {
|
||||||
// No message count information either
|
// No message count information either
|
||||||
// TODO we should use a B_INFORMATION_NOTIFICATION here, but it is not
|
// TODO we should use a B_INFORMATION_NOTIFICATION here, but it is not
|
||||||
|
|||||||
Reference in New Issue
Block a user