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:
abc1617
)
Add missing tmp source string
82/63282/1
author
Gwanglim Lee
<gl77.lee@samsung.com>
Wed, 23 Mar 2016 05:20:50 +0000
(14:20 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Wed, 23 Mar 2016 05:20:50 +0000
(14:20 +0900)
Change-Id: I7321136ad4ca0ace193e36847713d55e6154d63e
src/bin/e_comp_wl_input.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl_input.c
b/src/bin/e_comp_wl_input.c
index 63f4b34bb41fdde6db22982127db0281fa3d3b62..d12c60f6071df66410dc73bb861f6090352aadb1 100644
(file)
--- a/
src/bin/e_comp_wl_input.c
+++ b/
src/bin/e_comp_wl_input.c
@@
-489,7
+489,7
@@
_e_comp_wl_input_keymap_update(struct xkb_keymap *keymap, const char *keymap_pat
return;
}
- strncpy(e_comp_wl->xkb.area, e_comp_wl->xkb.size - 1);
+ strncpy(e_comp_wl->xkb.area,
tmp,
e_comp_wl->xkb.size - 1);
free(tmp);
/* send updated keymap */