* edje: fix constness issue.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 14 Jun 2010 14:38:58 +0000 (14:38 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 14 Jun 2010 14:38:58 +0000 (14:38 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49666 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_program.c

index b3a7543..a497a61 100644 (file)
@@ -1019,7 +1019,7 @@ _edje_emit(Edje *ed, const char *sig, const char *src)
     */
    if (sep)
      {
-       const char *idx;
+       char *idx;
         size_t length;
         char *part;
        /* the signal contains a colon, split the signal into "part:signal",