[Mplayer-cvslog] CVS: main m_struct.h,1.1,1.2
Alban Bedel CVS
albeu at mplayerhq.hu
Fri Mar 14 18:51:35 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv22053
Modified Files:
m_struct.h
Log Message:
10L
Index: m_struct.h
===================================================================
RCS file: /cvsroot/mplayer/main/m_struct.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- m_struct.h 12 Nov 2002 14:16:30 -0000 1.1
+++ m_struct.h 14 Mar 2003 17:50:58 -0000 1.2
@@ -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)))
More information about the MPlayer-cvslog
mailing list