GCC 3 compilation fixes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9944 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -518,7 +518,7 @@ BTextMailComponent::ParseRaw()
|
|||||||
if (buffer == NULL)
|
if (buffer == NULL)
|
||||||
return B_NO_MEMORY;
|
return B_NO_MEMORY;
|
||||||
|
|
||||||
ssize_t bytes;
|
int32 bytes;
|
||||||
if ((bytes = raw_data->Read(buffer, raw_length)) < 0)
|
if ((bytes = raw_data->Read(buffer, raw_length)) < 0)
|
||||||
return B_IO_ERROR;
|
return B_IO_ERROR;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user