Fixed building with tracing on.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31274 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -648,7 +648,7 @@ ContinuousMessageFilter::Filter(BMessage *message, BHandler **target)
|
||||
}
|
||||
|
||||
TRACE("ContinuousMessageFilter::Filter: update view %s, %ld "
|
||||
"channels\n", control->Name(), fParameter.CountChannels());
|
||||
"channels\n", fControl->Name(), fParameter.CountChannels());
|
||||
|
||||
if (fParameter.SetValue((void *)value, sizeof(value),
|
||||
system_time()) < B_OK) {
|
||||
|
||||
Reference in New Issue
Block a user