Revision: 2718
http://vexi.svn.sourceforge.net/vexi/?rev=2718&view=rev
Author: clrg
Date: 2008-01-07 16:41:01 -0800 (Mon, 07 Jan 2008)
Log Message:
-----------
Fix bug in JSON stringify of arrays
Modified Paths:
--------------
trunk/core/org.ibex.js/src/org/ibex/js/JSU.jpp
Modified: trunk/core/org.ibex.js/src/org/ibex/js/JSU.jpp
===================================================================
--- trunk/core/org.ibex.js/src/org/ibex/js/JSU.jpp 2008-01-05 22:02:53 UTC
(rev 2717)
+++ trunk/core/org.ibex.js/src/org/ibex/js/JSU.jpp 2008-01-08 00:41:01 UTC
(rev 2718)
@@ -249,7 +249,7 @@
if(arr.length>0) json_marshal(sb,arr[0]);
for(int i=1; i<arr.length; i++){
sb.append(",");
- json_marshal(sb,arr[1]);
+ json_marshal(sb,arr[i]);
}
sb.append("]");
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn