diff options
Diffstat (limited to 'src/reducer/anastasis_api_redux.c')
-rw-r--r-- | src/reducer/anastasis_api_redux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reducer/anastasis_api_redux.c b/src/reducer/anastasis_api_redux.c index 7b7e5d5..4246682 100644 --- a/src/reducer/anastasis_api_redux.c +++ b/src/reducer/anastasis_api_redux.c | |||
@@ -1684,8 +1684,8 @@ ANASTASIS_REDUX_load_continents_ () | |||
1684 | if (NULL == ex) | 1684 | if (NULL == ex) |
1685 | { | 1685 | { |
1686 | ex = GNUNET_JSON_PACK ( | 1686 | ex = GNUNET_JSON_PACK ( |
1687 | GNUNET_JSON_pack_object_incref ("name", | 1687 | GNUNET_JSON_pack_string ("name", |
1688 | (json_t *) continent)); | 1688 | json_string_value (continent))); |
1689 | GNUNET_assert (0 == | 1689 | GNUNET_assert (0 == |
1690 | json_array_append_new (continents, | 1690 | json_array_append_new (continents, |
1691 | ex)); | 1691 | ex)); |