Fix build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43211 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent
2011-11-07 15:40:29 +00:00
parent f5ac2da0a8
commit 3e98fa97ed
+1 -1
View File
@@ -108,7 +108,7 @@ DefaultNotifier::ReportProgress(int bytes, int messages, const char* message)
// No size information available
// Report progress in terms of message count instead
fNotification.SetProgress(fItemsDone / (float)fTotalITems);
fNotification.SetProgress(fItemsDone / (float)fTotalItems);
} else {
// No message count information either
// TODO we should use a B_INFORMATION_NOTIFICATION here, but it is not