fix warning

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21964 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2007-08-15 11:57:36 +00:00
parent c3fddb9050
commit 2151d67acb

View File

@ -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");