fix incorrect swap of source/dest var in decode list
This commit is contained in:
parent
c582108917
commit
e1013e038b
4 changed files with 12 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue