OSDN Git Service

bug fix.
authorvisor <visor@users.sourceforge.jp>
Mon, 20 Aug 2012 15:19:07 +0000 (00:19 +0900)
committervisor <visor@users.sourceforge.jp>
Mon, 20 Aug 2012 15:19:07 +0000 (00:19 +0900)
modules/ml-variable.cc

index ca355e6..4696c3c 100644 (file)
@@ -135,6 +135,7 @@ MNode*  ml_setarray (MNode* cell, MlEnv* mlenv) {
            throw (ustring (CharConst ("wrong type of parameter")));
        }
     }
+    return mlenv->retval = ans ();
 }
 
 /*DOC: