Mercurial > mplayer.hg
changeset 9586:2cc1ce724722
10L
author | albeu |
---|---|
date | Fri, 14 Mar 2003 17:50:58 +0000 |
parents | 89a31cf91a05 |
children | f023b30c80e5 |
files | m_struct.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/m_struct.h Fri Mar 14 17:45:33 2003 +0000 +++ b/m_struct.h Fri Mar 14 17:50:58 2003 +0000 @@ -24,7 +24,7 @@ #define M_ST_MB_P(struct_p, struct_offset) \ ((void*) (struct_p) + (unsigned long) (struct_offset)) #define M_ST_MB(member_type, struct_p, struct_offset) \ - (*(member_type*) M_STRUCT_MEMBER_P ((struct_p), (struct_offset))) + (*(member_type*) M_ST_MB_P ((struct_p), (struct_offset)))