projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
295b7dc
)
e_comp_wl_data: Fix typecasting error
19/300819/1
accepted/tizen/unified/20231103.094547
author
Junkyeong Kim
<jk0430.kim@samsung.com>
Thu, 2 Nov 2023 08:17:41 +0000
(17:17 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Thu, 2 Nov 2023 08:37:36 +0000
(17:37 +0900)
Change-Id: Ia286ec698c6c68348cca04959f12038bba98ced7
src/bin/e_comp_wl_data.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl_data.c
b/src/bin/e_comp_wl_data.c
index 3fcb2d3f37ec860de3c61bf60aa72efc527804ec..5ffaa4a10c0ad08635ad38fd3706786146514140 100644
(file)
--- a/
src/bin/e_comp_wl_data.c
+++ b/
src/bin/e_comp_wl_data.c
@@
-103,7
+103,7
@@
_e_comp_wl_data_pipe_run(void *data, Ecore_Thread *th)
}
}
- if (
(char *)(p[read_len - 1] == '\0')
)
+ if (
p[read_len - 1] == '\0'
)
{
DBG("mediate done. read and write done");
break;