diff --git a/src/apps/bootman/BootManagerController.cpp b/src/apps/bootman/BootManagerController.cpp index 56a73e4911..6030ecbb8d 100644 --- a/src/apps/bootman/BootManagerController.cpp +++ b/src/apps/bootman/BootManagerController.cpp @@ -368,7 +368,7 @@ BootManagerController::_CreateInstallSummaryPage(BRect frame) message.FindString("path", &path); BString displayName; - if (fBootDrive->GetDisplayText(name.String(), displayName)) + if (fBootDrive->GetDisplayText(name.String(), displayName) == B_OK) description << displayName << "\t(" << path << ")\n"; else description << name << "\t(" << path << ")\n";