git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23358 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-01-10 21:30:31 +00:00
parent 13b1977cd2
commit a03f522e5a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,6 @@ class ConsoleHandle : public Handle {
size_t bufferSize);
virtual ssize_t WriteAt(void *cookie, off_t pos, const void *buffer,
size_t bufferSize);
int16 f
};
class InputConsoleHandle : public ConsoleHandle {
@ -75,6 +74,7 @@ ConsoleHandle::WriteAt(void */*cookie*/, off_t /*pos*/, const void *buffer,
size_t bufferSize)
{
const char *string = (const char *)buffer;
int i;
// be nice to our audience and replace single "\n" with "\r\n"