Revision: 8545
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8545&view=rev
Author:   thjc
Date:     2010-02-06 15:25:56 +0000 (Sat, 06 Feb 2010)

Log Message:
-----------
Applied patch 2933745: Opaquecmd error

Modified Paths:
--------------
    code/player/trunk/server/drivers/shell/opaquecmd.cc

Modified: code/player/trunk/server/drivers/shell/opaquecmd.cc
===================================================================
--- code/player/trunk/server/drivers/shell/opaquecmd.cc 2010-02-05 18:45:54 UTC 
(rev 8544)
+++ code/player/trunk/server/drivers/shell/opaquecmd.cc 2010-02-06 15:25:56 UTC 
(rev 8545)
@@ -151,7 +151,8 @@
     memset(data, 0, sizeof(player_opaque_data_t));
     return -1;
   }
-  for (hex = s; *hex; hex += 2)
+  len = 0;
+  for (hex = s; *hex; hex += 2, ++len)
   {
     if (!(hex[1]))
     {


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

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to