From 9bb4229a5ec62035519ea54869efeae4bf88c876 Mon Sep 17 00:00:00 2001 From: Boram Park Date: Thu, 30 Jun 2016 22:14:08 +0900 Subject: [PATCH] fix syntax error Change-Id: I2f32e699218c0bf28089fd6c9ab33d80f21e5f9a --- tools/tdm_test_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tdm_test_client.c b/tools/tdm_test_client.c index 2b61c03..f14b6fe 100644 --- a/tools/tdm_test_client.c +++ b/tools/tdm_test_client.c @@ -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; -- 2.7.4