compositor-openwfd: Fix tty assignment in backend_init

This commit is contained in:
Benjamin Franzke
2011-09-21 10:01:30 +02:00
parent e4fb78de8f
commit c18366d1e9
+1 -1
View File
@@ -689,7 +689,7 @@ backend_init(struct wl_display *display, char *options)
seat = value; seat = value;
break; break;
case 2: case 2:
tty = value; tty = strtol(value, NULL, 0);
break; break;
} }
} }