expr: Fix moving listlike structures
This commit is contained in:
parent
f907461b90
commit
ade0972d67
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ apfl_expr_move(struct apfl_expr *in)
|
|||
do { \
|
||||
MOVEPTR(out.items, in->items); \
|
||||
out.len = in->len; \
|
||||
out.len = 0; \
|
||||
in->len = 0; \
|
||||
} while (0)
|
||||
|
||||
struct apfl_expr_list
|
||||
|
|
|
|||
Loading…
Reference in a new issue