closes ticket 634
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 29 Nov 2010 23:14:35 +0000 (23:14 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 29 Nov 2010 23:14:35 +0000 (23:14 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@55074 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_log.c

index 0bcdaec..8c04f46 100644 (file)
@@ -1516,7 +1516,7 @@ eina_log_print_unlocked(int domain,
         }
 
       tmp = wfmt;
-      while (strchr(tmp, "%"))
+      while (strchr(tmp, '%'))
         {
            tmp++;
            if (*tmp == 'z')