fix warning
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21964 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c3fddb9050
commit
2151d67acb
@ -429,7 +429,7 @@ VideoNode::CreateBuffers(BRect frame, color_space cspace, bool overlay)
|
||||
printf("VideoNode::CreateBuffers failed\n");
|
||||
return B_ERROR;
|
||||
}
|
||||
printf("overlay bitmap: got: bytes per row: %d\n", fBitmap->BytesPerRow());
|
||||
printf("overlay bitmap: got: bytes per row: %ld\n", fBitmap->BytesPerRow());
|
||||
fOverlayActive = overlay;
|
||||
UnlockBitmap();
|
||||
printf("VideoNode::CreateBuffers success\n");
|
||||
|
Loading…
Reference in New Issue
Block a user