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:
François Revol 2008-01-10 21:43:42 +00:00
parent d86cef8673
commit 4f9d8b0eb9
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ ConsoleHandle::WriteAt(void */*cookie*/, off_t /*pos*/, const void *buffer,
size_t bufferSize)
{
const char *string = (const char *)buffer;
int i;
size_t i;
// be nice to our audience and replace single "\n" with "\r\n"