* edje: Fix compiler warning.
authorCedric BAIL <cedric.bail@free.fr>
Tue, 29 Dec 2009 15:01:43 +0000 (15:01 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Tue, 29 Dec 2009 15:01:43 +0000 (15:01 +0000)
SVN revision: 44757

legacy/edje/src/lib/edje_match.c

index 57ad23f..8607d41 100644 (file)
@@ -288,7 +288,7 @@ _edje_match_patterns_exec_init_states(Edje_States       *states,
           r->patterns[i] = str;                                 \
                                                                 \
           if (Show)                                             \
-            INF("%i [%s]", i, str);                             \
+            INF("%li [%s]", i, str);                           \
                                                                 \
           r->finals[i] = 0;                                     \
           for (j = 0; str[j]; ++j)                              \