mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-04-29 19:50:45 +02:00
compositor-openwfd: Fix tty assignment in backend_init
This commit is contained in:
parent
e4fb78de8f
commit
c18366d1e9
1 changed files with 1 additions and 1 deletions
|
|
@ -689,7 +689,7 @@ backend_init(struct wl_display *display, char *options)
|
|||
seat = value;
|
||||
break;
|
||||
case 2:
|
||||
tty = value;
|
||||
tty = strtol(value, NULL, 0);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue