screen_savers/Shelf: Fix build in DEBUG mode.
This commit is contained in:
@@ -270,7 +270,7 @@ Shelf::SaveState(BMessage *state) const
|
||||
void
|
||||
Shelf::Draw(BView *view, int32 frame)
|
||||
{
|
||||
PRINT(("%p:%s(, %d)\n", this, __FUNCTION__, frame));
|
||||
PRINT(("%p:%s(, %" B_PRId32 ")\n", this, __FUNCTION__, frame));
|
||||
BScreenSaver::Draw(view, frame);
|
||||
#if 0
|
||||
if (frame == 0) {
|
||||
|
||||
Reference in New Issue
Block a user