Update of /cvsroot/playerstage/code/player/libplayercore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6209/libplayercore
Modified Files:
configfile.cc
Log Message:
applied patch [ 1712108 ] Cygwin build fixes
Index: configfile.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/configfile.cc,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** configfile.cc 21 May 2007 11:03:32 -0000 1.15
--- configfile.cc 9 Jun 2007 03:49:20 -0000 1.16
***************
*** 1977,1981 ****
{
// No; assume it's a string containing a hostname or IP address
! if(hostname_to_packedaddr(&host, tokens[1]) < 0)
{
PLAYER_ERROR1("name lookup failed for host \"%s\"", tokens[1]);
--- 1977,1981 ----
{
// No; assume it's a string containing a hostname or IP address
! if(hostname_to_packedaddr((uint32_t *) &host, tokens[1]) < 0)
{
PLAYER_ERROR1("name lookup failed for host \"%s\"", tokens[1]);
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit