test_vt: fix compilation with new allocation API
We changed the uterm API so we need to fix this test again. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
8f3ce0d5ed
commit
e39aa6533f
@ -102,7 +102,8 @@ int main(int argc, char **argv)
|
||||
if (ret)
|
||||
goto err_exit;
|
||||
|
||||
ret = uterm_vt_allocate(vtm, &vt, NULL, NULL, NULL, NULL);
|
||||
ret = uterm_vt_allocate(vtm, &vt, NULL, NULL, UTERM_VT_DEFAULT, NULL,
|
||||
NULL);
|
||||
if (ret)
|
||||
goto err_vtm;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user