Revision: 8351
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8351&view=rev
Author:   thjc
Date:     2009-10-31 14:34:12 +0000 (Sat, 31 Oct 2009)

Log Message:
-----------
fix for mclient_peek from Michael Bienia

Modified Paths:
--------------
    code/player/trunk/client_libs/libplayerc/mclient.c

Modified: code/player/trunk/client_libs/libplayerc/mclient.c
===================================================================
--- code/player/trunk/client_libs/libplayerc/mclient.c  2009-10-31 14:01:07 UTC 
(rev 8350)
+++ code/player/trunk/client_libs/libplayerc/mclient.c  2009-10-31 14:34:12 UTC 
(rev 8351)
@@ -110,6 +110,7 @@
   // Configure poll structure to wait for incoming data 
   for (i = 0; i < mclient->client_count; i++)
   {
+    playerc_client_requestdata(mclient->client[i]);
     mclient->pollfd[i].fd = mclient->client[i]->sock;
     mclient->pollfd[i].events = POLLIN;
     mclient->pollfd[i].revents = 0;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to