Yuck! Bad typo. I wonder why the respective unit test ever passed.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10680 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-01-12 03:34:28 +00:00
parent a368fecb8d
commit f5b1fba063
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ BNodeInfo::GetTrackerIcon(BBitmap *icon, icon_size iconSize) const
if (error == B_OK) {
if (GetType(mimeString) != B_OK) {
struct stat stat;
error = fNode->GetStat(&stat) == B_OK;
error = fNode->GetStat(&stat);
if (error == B_OK) {
// no type available -- get the icon for the appropriate type (file/dir/etc.)
BMimeType type;