diff options
| author | 2023-10-31 14:30:55 +0100 | |
|---|---|---|
| committer | 2023-10-31 14:30:55 +0100 | |
| commit | 922e0bc919b424db8b55ff79a2603342b7f35f02 (patch) | |
| tree | e763e5f5f65331a3d22ebee3cd1ce680ba2de1e3 | |
| parent | mastoapi: implemented /api/v1/accounts/lookup. (diff) | |
| download | penes-snac2-922e0bc919b424db8b55ff79a2603342b7f35f02.tar.gz penes-snac2-922e0bc919b424db8b55ff79a2603342b7f35f02.tar.xz penes-snac2-922e0bc919b424db8b55ff79a2603342b7f35f02.zip | |
Backport from xs.
| -rw-r--r-- | xs_json.h | 2 | ||||
| -rw-r--r-- | xs_version.h | 2 |
2 files changed, 1 insertions, 3 deletions
| @@ -436,8 +436,6 @@ static xs_dict *_xs_json_load_object(FILE *f) | |||
| 436 | xs_dict *d = xs_dict_new(); | 436 | xs_dict *d = xs_dict_new(); |
| 437 | int c = 0; | 437 | int c = 0; |
| 438 | 438 | ||
| 439 | d = xs_dict_new(); | ||
| 440 | |||
| 441 | for (;;) { | 439 | for (;;) { |
| 442 | xs *k = NULL; | 440 | xs *k = NULL; |
| 443 | xs *v = NULL; | 441 | xs *v = NULL; |
diff --git a/xs_version.h b/xs_version.h index 0861699..d888d29 100644 --- a/xs_version.h +++ b/xs_version.h | |||
| @@ -1 +1 @@ | |||
| /* 4e5fe7e454d056206a6515e5c10f71d2d07aa0ba */ | /* 40d63c59610c642d1c8b2e2b94bbf5cdde69ad6a */ | ||