efl/ecore_con - compare same types.

This commit is contained in:
ChunEon Park 2014-01-18 18:50:51 +09:00
parent 16ef56d396
commit 84cd13bf96
1 changed files with 1 additions and 1 deletions

View File

@ -4393,7 +4393,7 @@ int dns_nssconf_loadfile(struct dns_resolv_conf *resconf, FILE *fp) {
dns_anyconf_skip("] \t", fp);
}
if (endof(lookup) - lp < cf.count + 1) /* +1 for '\0' */
if ((unsigned)(endof(lookup) - lp) < (cf.count + 1)) /* +1 for '\0' */
goto nextsrc;
source = dns_nssconf_keyword(cf.token[0]);