Revision: 8754
http://playerstage.svn.sourceforge.net/playerstage/?rev=8754&view=rev
Author: gbiggs
Date: 2010-06-09 00:17:59 +0000 (Wed, 09 Jun 2010)
Log Message:
-----------
Fixed bug #3013281: simulation->GetProperty bug
Modified Paths:
--------------
code/player/trunk/client_libs/libplayerc/dev_simulation.c
Modified: code/player/trunk/client_libs/libplayerc/dev_simulation.c
===================================================================
--- code/player/trunk/client_libs/libplayerc/dev_simulation.c 2010-06-07
20:11:53 UTC (rev 8753)
+++ code/player/trunk/client_libs/libplayerc/dev_simulation.c 2010-06-09
00:17:59 UTC (rev 8754)
@@ -224,8 +224,8 @@
req.prop = property;
req.prop_count = strlen(req.prop) + 1;
- req.value = NULL;
- req.value_count = 0;
+ req.value = value;
+ req.value_count = value_len;
if( playerc_client_request(device->info.client, &device->info,
PLAYER_SIMULATION_REQ_GET_PROPERTY,
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit