Skip to content

Commit

Permalink
abook: patch for 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed May 15, 2017
1 parent c050e77 commit 2b35ffc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions abook/0.5.6.patch
@@ -0,0 +1,13 @@
diff --git a/database.c b/database.c
index 7c47ab6..53bdb9f 100644
--- a/database.c
+++ b/database.c
@@ -762,7 +762,7 @@ item_duplicate(list_item dest, list_item src)
*/

/* quick lookup by "standard" field number */
-inline int
+int
field_id(int i)
{
assert((i >= 0) && (i < ITEM_FIELDS));

0 comments on commit 2b35ffc

Please sign in to comment.