Revision: 9086
          http://playerstage.svn.sourceforge.net/playerstage/?rev=9086&view=rev
Author:   jpgr87
Date:     2012-01-01 02:19:17 +0000 (Sun, 01 Jan 2012)
Log Message:
-----------
Applied Patch #3436139: Fix typo in bpsproxy.cc

Modified Paths:
--------------
    code/player/trunk/client_libs/libplayerc++/bpsproxy.cc

Modified: code/player/trunk/client_libs/libplayerc++/bpsproxy.cc
===================================================================
--- code/player/trunk/client_libs/libplayerc++/bpsproxy.cc      2012-01-01 
02:17:38 UTC (rev 9085)
+++ code/player/trunk/client_libs/libplayerc++/bpsproxy.cc      2012-01-01 
02:19:17 UTC (rev 9086)
@@ -70,7 +70,7 @@
     if(player_debug_level(-1) >= 1)
       fprintf(stderr,"WARNING: expected %d bytes of bps data, but "
               "received %d. Unexpected results may ensue.\n",
-              sizeof(player_gps_data_t),hdr.size);
+              sizeof(player_bps_data_t),hdr.size);
   }
 
   px = ntohl(((player_bps_data_t*)buffer)->px);

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


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to