improve list encode/decode

This commit is contained in:
Rongsong Shen 2025-04-28 10:32:18 +08:00
parent 3a7ae150b8
commit 40006c00d2
3 changed files with 18 additions and 13 deletions

View file

@ -25,7 +25,7 @@ typedef struct {
int n_authors;
char **authors;
int n_chapters;
chapter_t *chapters_;
chapter_t **chapters_;
publish_t *publish;
nulldata_t *nulldata;
int n_magic1;