diff options
Diffstat (limited to 'list-organisation-contacts.c')
-rw-r--r-- | list-organisation-contacts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/list-organisation-contacts.c b/list-organisation-contacts.c index 2e6ddae..3a7c039 100644 --- a/list-organisation-contacts.c +++ b/list-organisation-contacts.c @@ -31,7 +31,7 @@ main(int argc, char *argv[]) if (!user) eprintf("getpwuid: %s\n", errno ? strerror(errno) : "user does not exist"); - if (libcontacts_load_contacts(&contacts, user)) + if (libcontacts_load_contacts(&contacts, user, 0)) eprintf("libcontacts_load_contacts:"); for (i = 0; contacts[i]; i++) { if ((orgs = contacts[i]->organisations)) { |