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

Modified Files:
        dev_simulation.c 
Log Message:
fixed unresolved symbol PRINT_WARN1


Index: dev_simulation.c
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/client_libs/libplayerc/dev_simulation.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** dev_simulation.c    19 Aug 2006 00:51:17 -0000      1.10
--- dev_simulation.c    19 Aug 2006 01:17:53 -0000      1.11
***************
*** 161,165 ****
    if( value_len > PLAYER_SIMULATION_PROPERTY_DATA_MAXLEN )
      {
!       PRINT_WARN1( "Simulation property data exceeds maximum length (%d/%d 
bytes).",
                   value_len,  PLAYER_SIMULATION_PROPERTY_DATA_MAXLEN );
        value_len = PLAYER_SIMULATION_PROPERTY_DATA_MAXLEN;
--- 161,165 ----
    if( value_len > PLAYER_SIMULATION_PROPERTY_DATA_MAXLEN )
      {
!       PLAYER_WARN2( "Simulation property data exceeds maximum length (%d/%d 
bytes).",
                   value_len,  PLAYER_SIMULATION_PROPERTY_DATA_MAXLEN );
        value_len = PLAYER_SIMULATION_PROPERTY_DATA_MAXLEN;


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to