Diff between c7b2f7ab45935f11895c08c5aad01dd1d88c97e2 and d57b8fa99ddb090fb5cc07f85ff3b4a906eb6d28
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/phonebook-tracker.c | +1 | -1 | modified |
Full Patch
diff --git a/obexd/plugins/phonebook-tracker.c b/obexd/plugins/phonebook-tracker.c
index 20053f6..a6b9e72 100644
--- a/obexd/plugins/phonebook-tracker.c
+++ b/obexd/plugins/phonebook-tracker.c
@@ -943,7 +943,7 @@
"nco:phoneNumber(?t) \"NOTACALL\" \"false\" \"false\" <%s> " \
"WHERE { " \
"<%s> a nco:Contact . " \
- "<%s> nco:hasPhoneNumber ?t . " \
+ "OPTIONAL { <%s> nco:hasPhoneNumber ?t . } " \
"} "
#define CONTACTS_COUNT_QUERY \