control: tags -1 patch

Attached the trivial patch that removes the parameter from the API, following 
the change that json-c did.

I didn't test it,

(this should be uploaded when json-c goes in unstable, so there should be 
enough time to test for anybody interested)

G.
Description: Adapat to new json-c api
Author: Gianfranco Costamagna <locutusofb...@debian.org>
Last-Update: 2019-06-28

--- u1db-13.10.orig/src/u1db_sync_target.c
+++ u1db-13.10/src/u1db_sync_target.c
@@ -178,7 +178,7 @@ st_get_sync_exchange(u1db_sync_target *s
     //       mapping, and we don't need the prev/next pointers. But it is
     //       already available, and doesn't require us to implement and debug
     //       another set() implementation.
-    tmp->seen_ids = lh_kchar_table_new(100, "seen_ids",
+    tmp->seen_ids = lh_kchar_table_new(100,
             se_free_seen_id);
     tmp->trace_context = st->trace_context;
     tmp->trace_cb = st->trace_cb;

Reply via email to