reply: Pointer mismatch.

Apparently typeof (size_t) != unsigned int on my x86-64.
This commit is contained in:
Chris Wilson 2009-11-18 11:34:55 +00:00 committed by Carl Worth
parent 4a6a1ed654
commit f52528a344

View file

@ -78,7 +78,7 @@ address_is_users (const char *address, notmuch_config_t *config)
{ {
const char *primary; const char *primary;
char **other; char **other;
unsigned int i, other_len; size_t i, other_len;
primary = notmuch_config_get_user_primary_email (config); primary = notmuch_config_get_user_primary_email (config);
if (strcmp (primary, address) == 0) if (strcmp (primary, address) == 0)