fix syntax error 99/77699/1
authorBoram Park <boram1288.park@samsung.com>
Thu, 30 Jun 2016 13:14:08 +0000 (22:14 +0900)
committerBoram Park <boram1288.park@samsung.com>
Thu, 30 Jun 2016 13:14:08 +0000 (22:14 +0900)
Change-Id: I2f32e699218c0bf28089fd6c9ab33d80f21e5f9a

tools/tdm_test_client.c

index 2b61c03..f14b6fe 100644 (file)
@@ -309,7 +309,7 @@ do_vblank(tdm_test_client *data)
        int fd = -1;
        struct pollfd fds;
 
-       output = tdm_client_get_output(data->client, NULL, &error);
+       output = tdm_client_get_output(data->client, data->args.output_name, &error);
        if (error != TDM_ERROR_NONE) {
                printf("tdm_client_get_output failed\n");
                return;