Build fix
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43218 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -963,7 +963,7 @@ KMessage::_AllocateSpace(int32 size, bool alignAddress, bool alignSize,
|
|||||||
if (newSize > fBufferCapacity) {
|
if (newSize > fBufferCapacity) {
|
||||||
// if we don't own the buffer, we can't resize it
|
// if we don't own the buffer, we can't resize it
|
||||||
if (!(fFlags & KMESSAGE_OWNS_BUFFER)) {
|
if (!(fFlags & KMESSAGE_OWNS_BUFFER)) {
|
||||||
#ifdef _KERNEL_MODE && 0
|
#if defined(_KERNEL_MODE) && 0
|
||||||
// optional debugging to find insufficiently sized KMessage
|
// optional debugging to find insufficiently sized KMessage
|
||||||
// buffers (e.g. for in-kernel notifications)
|
// buffers (e.g. for in-kernel notifications)
|
||||||
panic("KMessage: out of space: available: %" B_PRId32
|
panic("KMessage: out of space: available: %" B_PRId32
|
||||||
|
|||||||
Reference in New Issue
Block a user