From b6d44561fff2940734b503e502a6ff63d2c86e02 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Sat, 12 Apr 2008 10:27:04 +0000 Subject: [PATCH] Quick buildfix. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24944 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bootman/LegacyBootDrive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/bootman/LegacyBootDrive.cpp b/src/apps/bootman/LegacyBootDrive.cpp index 9e73f12922..1b4a08e986 100644 --- a/src/apps/bootman/LegacyBootDrive.cpp +++ b/src/apps/bootman/LegacyBootDrive.cpp @@ -235,7 +235,7 @@ LegacyBootDrive::ReadPartitions(BMessage *settings) settings->AddString("disk", path.Path()); diskFound = true; - #if not USE_SECOND_DISK + #if !USE_SECOND_DISK // ignored in test build off_t size = sizeof(kBootLoader); if (!recorder.HasPartitions() || recorder.FirstOffset() < size)