fix compile with DEBUG on by changing arguments to PRINT_OBJECT
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4281 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -143,7 +143,7 @@ MultiAudioNode::MultiAudioNode(BMediaAddOn *addon, char* name, MultiAudioDevice
|
|||||||
* (fPreferredFormat.u.raw_audio.format & media_raw_audio_format::B_AUDIO_SIZE_MASK)
|
* (fPreferredFormat.u.raw_audio.format & media_raw_audio_format::B_AUDIO_SIZE_MASK)
|
||||||
* fPreferredFormat.u.raw_audio.channel_count;
|
* fPreferredFormat.u.raw_audio.channel_count;
|
||||||
|
|
||||||
PRINT_OBJECT(config);
|
PRINT_OBJECT(*config);
|
||||||
|
|
||||||
fInitCheckStatus = B_OK;
|
fInitCheckStatus = B_OK;
|
||||||
}
|
}
|
||||||
@@ -1903,7 +1903,7 @@ MultiAudioNode::GetConfigurationFor(BMessage * into_message)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PRINT_OBJECT(into_message);
|
PRINT_OBJECT(*into_message);
|
||||||
|
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user