closes ticket 634

SVN revision: 55074
This commit is contained in:
Mike Blumenkrantz 2010-11-29 23:14:35 +00:00
parent 4664ec794f
commit 269a6ab702
1 changed files with 1 additions and 1 deletions

View File

@ -1516,7 +1516,7 @@ eina_log_print_unlocked(int domain,
}
tmp = wfmt;
while (strchr(tmp, "%"))
while (strchr(tmp, '%'))
{
tmp++;
if (*tmp == 'z')