Skip to content

Commit

Permalink
Add missing CHANGED_BAG
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson authored and fingolfin committed May 22, 2019
1 parent 4afe06a commit 4437e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plist.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ EXPORT_INLINE Obj NewPlistFromArray(const Obj * list, Int length)
Obj o = NEW_PLIST(T_PLIST, length);
SET_LEN_PLIST(o, length);
memcpy(BASE_PTR_PLIST(o), list, length * sizeof(Obj));
CHANGED_BAG(o);
return o;
}

Expand Down

0 comments on commit 4437e09

Please sign in to comment.