diff options
| -rw-r--r-- | src/plist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plist.c b/src/plist.c index a9a6173..116c7ec 100644 --- a/src/plist.c +++ b/src/plist.c | |||
| @@ -278,7 +278,7 @@ void plist_dict_next_item(plist_t node, plist_dict_iter iter, char **key, plist_ | |||
| 278 | } | 278 | } |
| 279 | 279 | ||
| 280 | if (val) { | 280 | if (val) { |
| 281 | val = (plist_t) g_node_nth_child(node, 2 * (*iter) + 1); | 281 | *val = (plist_t) g_node_nth_child(node, 2 * (*iter) + 1); |
| 282 | } | 282 | } |
| 283 | 283 | ||
| 284 | *iter += 2; | 284 | *iter += 2; |
