projects
/
profile
/
ivi
/
edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce5359c
)
* edje: fix constness issue.
author
cedric
<cedric>
Mon, 14 Jun 2010 14:38:58 +0000
(14:38 +0000)
committer
cedric
<cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 14 Jun 2010 14:38:58 +0000
(14:38 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@49666
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/lib/edje_program.c
patch
|
blob
|
history
diff --git
a/src/lib/edje_program.c
b/src/lib/edje_program.c
index
b3a7543
..
a497a61
100644
(file)
--- a/
src/lib/edje_program.c
+++ b/
src/lib/edje_program.c
@@
-1019,7
+1019,7
@@
_edje_emit(Edje *ed, const char *sig, const char *src)
*/
if (sep)
{
- c
onst c
har *idx;
+ char *idx;
size_t length;
char *part;
/* the signal contains a colon, split the signal into "part:signal",