From: cedric Date: Fri, 16 Jul 2010 13:05:37 +0000 (+0000) Subject: * edje: jump to the right offset in the string. X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~1209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16652dfd52e1e1a93f60298770b73c62d85d86a9;p=profile%2Fivi%2Fedje.git * edje: jump to the right offset in the string. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@50280 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_program.c b/src/lib/edje_program.c index 7913719..a766c7e 100644 --- a/src/lib/edje_program.c +++ b/src/lib/edje_program.c @@ -1083,7 +1083,7 @@ _edje_emit(Edje *ed, const char *sig, const char *src) newsig = idx; *newsig = '\0'; - newsig++; + newsig += 2; /* we jump over ']' and ':' */ child = _edje_children_get(rp, partid);