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:
David Herrmann 2012-09-30 15:15:06 +02:00
parent 8f3ce0d5ed
commit e39aa6533f

View File

@ -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;