Update of /cvsroot/xine/xine-lib/src/xine-engine
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9380

Modified Files:
        post.h 
Log Message:
Revert, got the wrong warning line.


Index: post.h
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/xine-engine/post.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- post.h      20 Feb 2007 01:02:47 -0000      1.25
+++ post.h      20 Feb 2007 01:13:08 -0000      1.26
@@ -380,7 +380,7 @@
 
 #define PARAM_ITEM( param_type, var, enumv, min, max, readonly, descr ) \
 { param_type, #var, sizeof(temp_s.var), \
-  &temp_s.var-&temp_s, enumv, min, max, readonly, descr },
+  (char*)&temp_s.var-(char*)&temp_s, enumv, min, max, readonly, descr },
 
 #define END_PARAM_DESCR( name ) \
   { POST_PARAM_TYPE_LAST, NULL, 0, 0, NULL, 0, 0, 1, NULL } \


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to