Update of 
/cvsroot/playerstage/code/player/client_libs/libplayerc/bindings/python
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv913/client_libs/libplayerc/bindings/python

Modified Files:
        playerc_swig_parse.py 
Log Message:
fixed syntax error in pre parser for swig


Index: playerc_swig_parse.py
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/client_libs/libplayerc/bindings/python/playerc_swig_parse.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** playerc_swig_parse.py       6 Mar 2008 05:21:03 -0000       1.2
--- playerc_swig_parse.py       6 Mar 2008 19:41:09 -0000       1.3
***************
*** 294,298 ****
  {
      char * ret;
!     if (playerc_device_get_strprop(&self->info,propname,&ret) == )
          return ret;
      else
--- 294,298 ----
  {
      char * ret;
!     if (playerc_device_get_strprop(&self->info,propname,&ret) == 0)
          return ret;
      else


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to