Revision: 1741
          http://svn.sourceforge.net/vexi/?rev=1741&view=rev
Author:   mkpg2
Date:     2007-03-20 06:17:35 -0700 (Tue, 20 Mar 2007)

Log Message:
-----------
Fix. Small compilation problem.

Modified Paths:
--------------
    core/trunk/org.ibex.js/src/org/ibex/js/XMLRPC.jpp

Modified: core/trunk/org.ibex.js/src/org/ibex/js/XMLRPC.jpp
===================================================================
--- core/trunk/org.ibex.js/src/org/ibex/js/XMLRPC.jpp   2007-03-18 13:03:28 UTC 
(rev 1740)
+++ core/trunk/org.ibex.js/src/org/ibex/js/XMLRPC.jpp   2007-03-20 13:17:35 UTC 
(rev 1741)
@@ -356,7 +356,7 @@
             try {
                 new Helper().parse(br);
                 if (fault) 
-                       return new 
JSExn(((JS)objects.get(0)).get(SC_faultString),SC_xmlrpc));
+                       return new 
JSExn(((JS)objects.get(0)).get(SC_faultString),SC_xmlrpc);
                 final JS result = (objects.size() == 0 ? (JS)null : 
((JS)objects.get(0)));
                 return result;
                 


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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to