(C) 1996 AROS - The Amiga Replacement OS
struct TagItem *orig, clone;
\* TagList orig has some values already *\
clone = CloneTagList( orig );
\* In between here we do something to the TagItems in clone,
but we need to have them restored.
*\
RefreshTagItemClones( clone, orig );
We warned you...
Added parens to all assignments which are used truth expressions