[LV2] ext/atom/atom.h typo?

Stefan Kersten sk at k-hornz.de
Mon Feb 27 04:59:16 PST 2012


hi,

just updated from svn and stumbled over the following:

/** An atom:Sequence. */
typedef struct {
	LV2_Atom              atom;  /**< Atom header. */
	LV2_Atom_Literal_Body body;  /**< Body. */
} LV2_Atom_Sequence;

should be LV2_Atom_Sequence_Body instead of LV2_Atom_Literal_Body i guess?

<sk>


More information about the Devel mailing list