Browse Source

= fixed missing handler call

master
Alex 'AdUser' Z 13 years ago
parent
commit
d54f87d7c4
  1. 2
      src/json2torrent.c

2
src/json2torrent.c

@ -50,7 +50,7 @@ yajl_callbacks callbacks = {
NULL, /* number */
write_string, /* string */
write_dict_start, /* start map */
NULL, /* map key */
write_string, /* map key */
write_end, /* end map */
write_list_start, /* start array */
write_end /* end array */

Loading…
Cancel
Save