Mercurial > audlegacy
changeset 779:fc16e70c7a1b trunk
[svn] - found it
author | nenolod |
---|---|
date | Wed, 01 Mar 2006 12:13:38 -0800 |
parents | 69d3bb31aa49 |
children | 18b54ee82c24 |
files | Plugins/Input/mpg123/id3_frame.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/mpg123/id3_frame.c Wed Mar 01 11:34:43 2006 -0800 +++ b/Plugins/Input/mpg123/id3_frame.c Wed Mar 01 12:13:38 2006 -0800 @@ -728,7 +728,7 @@ /* * Allocate frame. */ - frame = g_malloc0(sizeof(*frame)); + frame = g_malloc0(sizeof(frame)); frame->fr_owner = id3; frame->fr_raw_size = size;