Skip to content

Commit

Permalink
Merging r6431 through r6436
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Oct 19, 2010
2 parents 8bd0c5b + 6058dea commit e66fa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Interactive.mo
Expand Up @@ -2195,7 +2195,7 @@ algorithm
Absyn.CREF(componentRef = cr)} = getApiFunctionArgs(istmts);
nargs = getApiFunctionNamedArgs(istmts);
(s1,newp) = deleteConnection(cr, c1, c2, p);
(resstr,newp_1) = addConnection(cr, c1, c2, nargs, newp);
(resstr,newp) = addConnection(cr, c1, c2, nargs, newp);
st = setSymbolTableAST(st, newp);
then
(resstr, st);
Expand Down

0 comments on commit e66fa26

Please sign in to comment.