warning--

SVN revision: 43266
This commit is contained in:
Vincent Torri 2009-10-25 12:17:05 +00:00
parent 10b4ebc4d4
commit cbcf159c27
1 changed files with 2 additions and 2 deletions

View File

@ -1219,8 +1219,8 @@ _cb_signal_repeat(void *data, Evas_Object *obj, const char *signal, const char *
Evas_Object *parent;
Edje *ed;
char new_src[4096]; /* XXX is this max reasonable? */
int length_parent = 0;
int length_source;
size_t length_parent = 0;
size_t length_source;
parent = data;
ed = _edje_fetch(obj);