Update of /cvsroot/playerstage/code/player/libplayertcp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20455/libplayertcp

Modified Files:
        playertcp.cc 
Log Message:
added vectormap interface
added postgis vectormap driver
Thanks to Ben Morelli for these changes


Index: playertcp.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayertcp/playertcp.cc,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** playertcp.cc        10 Jul 2007 09:01:52 -0000      1.55
--- playertcp.cc        20 Aug 2007 19:42:47 -0000      1.56
***************
*** 949,953 ****
            // makes another copy of this data that will be cleaned up when 
that Message
            // class destructs).
!           playerxdr_delete_message(this->decode_readbuffer, hdr.addr.interf, 
hdr.type, hdr.subtype);
          }
        }
--- 949,954 ----
            // makes another copy of this data that will be cleaned up when 
that Message
            // class destructs).
!           if (decode_msglen > 0)
!             playerxdr_delete_message(this->decode_readbuffer, 
hdr.addr.interf, hdr.type, hdr.subtype);
          }
        }


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to