fix incorrect swap of source/dest var in decode list

This commit is contained in:
Rongsong Shen 2025-04-24 16:04:30 +08:00
parent c582108917
commit e1013e038b
4 changed files with 12 additions and 12 deletions

View file

@ -21,10 +21,10 @@ typedef struct {
int n_authors;
char **authors;
int n_chapters;
chapter_t *chapters;
chapter_t *chapters_;
publish_t publish;
int n_magic1;
uint32_t *magic1;
uint32_t *magic_1;
int acquire_method;
union {
char *buy;