projects
/
platform
/
core
/
uifw
/
libtdm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eb2615
)
fix syntax error
99/77699/1
author
Boram Park
<boram1288.park@samsung.com>
Thu, 30 Jun 2016 13:14:08 +0000
(22:14 +0900)
committer
Boram Park
<boram1288.park@samsung.com>
Thu, 30 Jun 2016 13:14:08 +0000
(22:14 +0900)
Change-Id: I2f32e699218c0bf28089fd6c9ab33d80f21e5f9a
tools/tdm_test_client.c
patch
|
blob
|
history
diff --git
a/tools/tdm_test_client.c
b/tools/tdm_test_client.c
index 2b61c034b82feb0324540524079a78fdd4ee2a49..f14b6fe0be1a26ea66f8ba4fb871ff5722b1631f 100644
(file)
--- 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;