Fix warning.
helf: if you are bored you can just help coding :P git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23360 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -74,7 +74,7 @@ ConsoleHandle::WriteAt(void */*cookie*/, off_t /*pos*/, const void *buffer,
|
|||||||
size_t bufferSize)
|
size_t bufferSize)
|
||||||
{
|
{
|
||||||
const char *string = (const char *)buffer;
|
const char *string = (const char *)buffer;
|
||||||
int i;
|
size_t i;
|
||||||
|
|
||||||
// be nice to our audience and replace single "\n" with "\r\n"
|
// be nice to our audience and replace single "\n" with "\r\n"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user