compositor-openwfd: Fix tty assignment in backend_init
This commit is contained in:
parent
e4fb78de8f
commit
c18366d1e9
|
@ -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…
Reference in New Issue