code cleanup
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1833 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -180,7 +180,7 @@ BTrackReader::ReadFrames(void *in_buffer, int32 frame_count)
|
||||
{
|
||||
CALLED();
|
||||
|
||||
uint8 *buffer = (uint8 *)in_buffer;
|
||||
uint8 *buffer = static_cast<uint8 *>(in_buffer);
|
||||
int32 bytes_to_read = frame_count * fFrameSize;
|
||||
|
||||
status_t last_status = B_OK;
|
||||
|
||||
Reference in New Issue
Block a user