Fixed a copy&paste typo in trace.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38835 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1674,7 +1674,7 @@ tty_ioctl(tty_cookie* cookie, uint32 op, void* buffer, size_t length)
|
|||||||
// get and set window size
|
// get and set window size
|
||||||
|
|
||||||
case TIOCGWINSZ:
|
case TIOCGWINSZ:
|
||||||
TRACE(("tty: set window size\n"));
|
TRACE(("tty: get window size\n"));
|
||||||
return user_memcpy(buffer, &tty->settings->window_size,
|
return user_memcpy(buffer, &tty->settings->window_size,
|
||||||
sizeof(struct winsize));
|
sizeof(struct winsize));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user